Remove unused import of jquery

This commit is contained in:
Thomas Kluyver 2014-11-24 14:51:31 -08:00
parent bc769d24f6
commit f3db0ff7d4

View File

@ -2,7 +2,6 @@
// Distributed under the terms of the Modified BSD License.
require([
'jquery',
'base/js/namespace',
'base/js/utils',
'base/js/page',
@ -13,7 +12,6 @@ require([
'texteditor/js/notificationarea',
'custom/custom',
], function(
$,
IPython,
utils,
page,