Skip to content

Commit

Permalink
#6214 export default
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Feb 6, 2018
1 parent 2d8785e commit 7a463ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/notebook/src/tree/Models/OtherOptionsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import OtherOptionsWidgetInterface from "../JVMOptions/OtherOptionsWidgetInterface";
import { IOtherJVMOptions } from "../Types/IJVMOptions";

export class OtherOptionsModel {
export default class OtherOptionsModel {

constructor(private widget: OtherOptionsWidgetInterface) {
}
Expand Down

0 comments on commit 7a463ef

Please sign in to comment.