File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- var MPLCanvasModel = require ( './mpl_widget' ) . MPLCanvasModel ;
2
- var MPLCanvasView = require ( './mpl_widget' ) . MPLCanvasView ;
3
1
4
- module . exports = {
5
- MPLCanvasModel : MPLCanvasModel ,
6
- MPLCanvasView : MPLCanvasView
7
- }
2
+ // Export widget models and views, and the npm package version number.
3
+ module . exports = require ( './mpl_widget.js' ) ;
4
+ module . exports [ 'version' ] = require ( '../package.json' ) . version ;
5
+
Original file line number Diff line number Diff line change 8
8
__webpack_public_path__ = document . querySelector ( 'body' ) . getAttribute ( 'data-base-url' ) + 'nbextensions/jupyter-matplotlib/' ;
9
9
10
10
// Export widget models and views, and the npm package version number.
11
- module . exports = require ( './mpl_widget .js' ) ;
12
- module . exports [ 'version' ] = require ( '../package.json' ) . version ;
11
+ module . exports = require ( './index .js' ) ;
12
+
You can’t perform that action at this time.
0 commit comments