##// END OF EJS Templates
Remove unused import of jquery
Thomas Kluyver -
Show More
@@ -2,7 +2,6 b''
2 // Distributed under the terms of the Modified BSD License.
2 // Distributed under the terms of the Modified BSD License.
3
3
4 require([
4 require([
5 'jquery',
6 'base/js/namespace',
5 'base/js/namespace',
7 'base/js/utils',
6 'base/js/utils',
8 'base/js/page',
7 'base/js/page',
@@ -13,7 +12,6 b' require(['
13 'texteditor/js/notificationarea',
12 'texteditor/js/notificationarea',
14 'custom/custom',
13 'custom/custom',
15 ], function(
14 ], function(
16 $,
17 IPython,
15 IPython,
18 utils,
16 utils,
19 page,
17 page,
General Comments 0
You need to be logged in to leave comments. Login now