##// END OF EJS Templates
note loaded, unused dependencies in require
MinRK -
Show More
@@ -18,6 +18,7 require([
18 'notebook/js/savewidget',
18 'notebook/js/savewidget',
19 'notebook/js/keyboardmanager',
19 'notebook/js/keyboardmanager',
20 'notebook/js/config',
20 'notebook/js/config',
21 // only loaded, not used:
21 'custom/custom',
22 'custom/custom',
22 ], function(
23 ], function(
23 IPython,
24 IPython,
@@ -12,6 +12,7 require([
12 'tree/js/sessionlist',
12 'tree/js/sessionlist',
13 'tree/js/kernellist',
13 'tree/js/kernellist',
14 'auth/js/loginwidget',
14 'auth/js/loginwidget',
15 // only loaded, not used:
15 'jqueryui',
16 'jqueryui',
16 'bootstrap',
17 'bootstrap',
17 'custom/custom',
18 'custom/custom',
General Comments 0
You need to be logged in to leave comments. Login now