From f3db0ff7d45babd99e203bd06f2dcaac1569803f Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 24 Nov 2014 14:51:31 -0800 Subject: [PATCH] Remove unused import of jquery --- IPython/html/static/texteditor/js/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/IPython/html/static/texteditor/js/main.js b/IPython/html/static/texteditor/js/main.js index 5580bbb96..d59eb7017 100644 --- a/IPython/html/static/texteditor/js/main.js +++ b/IPython/html/static/texteditor/js/main.js @@ -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,