From c0a30d4df8044b4dddb240d37bb8ebdebb5ea240 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 17 Aug 2015 14:16:49 -0700 Subject: [PATCH] Commandpalette --- notebook/{static => static-src}/notebook/js/commandpalette.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename notebook/{static => static-src}/notebook/js/commandpalette.js (98%) diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static-src/notebook/js/commandpalette.js similarity index 98% rename from notebook/static/notebook/js/commandpalette.js rename to notebook/static-src/notebook/js/commandpalette.js index f8a39ca9b..f242aec79 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static-src/notebook/js/commandpalette.js @@ -1,7 +1,6 @@ // Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. -define(function(require){ "use strict"; var QH = require("notebook/js/quickhelp"); @@ -174,5 +173,4 @@ define(function(require){ mod.modal('show'); }; - return {'CommandPalette': CommandPalette}; -}); + module.exports = {'CommandPalette': CommandPalette};