Skip to content

Commit

Permalink
#6214 cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Feb 7, 2018
1 parent 6dbdd6b commit f14844e
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
16 changes: 16 additions & 0 deletions js/notebook/src/extension/UIOptionsHelper.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2017 TWO SIGMA OPEN SOURCE, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import './../global.env';

import BeakerXApi from "../tree/Utils/BeakerXApi";
Expand Down
2 changes: 1 addition & 1 deletion js/notebook/src/tree-lab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ import TreeWidget from "./tree/TreeWidget";

export default {
TreeWidget: TreeWidget,
}
}
2 changes: 1 addition & 1 deletion js/notebook/src/tree/Models/DefaultOptionsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ export default class DefaultOptionsModel {
}
return parseInt(`${heap_GB * 1024}`) + 'm';
}
}
}
2 changes: 1 addition & 1 deletion js/notebook/src/tree/Models/JVMOptionsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ export default class JVMOptionsModel {
public setPropertiesOptions(properties: IPropertiesJVMOptions) {
this._options.properties = properties;
}
}
}
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 @@ -25,4 +25,4 @@ export default class OtherOptionsModel {
public update(otherOptions: IOtherJVMOptions): void {
this.widget.onLoad(otherOptions);
}
}
}
2 changes: 1 addition & 1 deletion js/notebook/src/tree/Models/TreeWidgetModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ export default class TreeWidgetModel {
}
return result;
};
}
}
2 changes: 1 addition & 1 deletion js/notebook/src/tree/Utils/HeapGBValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ export default class HeapGBValidator {
return;
}

}
}
1 change: 0 additions & 1 deletion js/notebook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ module.exports = [
resolve: resolve,
externals: [
'base/js/namespace',
'notebook/js/codecell',
'require',
],
watchOptions: {
Expand Down

0 comments on commit f14844e

Please sign in to comment.