mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Remove unused import of jquery
This commit is contained in:
parent
bc769d24f6
commit
f3db0ff7d4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user