note loaded, unused dependencies in require

pull/37/head
MinRK 12 years ago
parent c72cd05cf3
commit 9ff7d264ab

@ -18,6 +18,7 @@ require([
'notebook/js/savewidget',
'notebook/js/keyboardmanager',
'notebook/js/config',
// only loaded, not used:
'custom/custom',
], function(
IPython,

@ -12,6 +12,7 @@ require([
'tree/js/sessionlist',
'tree/js/kernellist',
'auth/js/loginwidget',
// only loaded, not used:
'jqueryui',
'bootstrap',
'custom/custom',

Loading…
Cancel
Save