From 7c8437659640a613a5ea13ae8c67744152456c63 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 18 May 2015 17:27:35 -0700 Subject: [PATCH] savewidget does not require namespace --- notebook/static/edit/js/savewidget.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebook/static/edit/js/savewidget.js b/notebook/static/edit/js/savewidget.js index d90eb0b35..d3ce9aaad 100644 --- a/notebook/static/edit/js/savewidget.js +++ b/notebook/static/edit/js/savewidget.js @@ -2,13 +2,12 @@ // Distributed under the terms of the Modified BSD License. define([ - 'base/js/namespace', 'jquery', 'base/js/utils', 'base/js/dialog', 'base/js/keyboard', 'moment', -], function(IPython, $, utils, dialog, keyboard, moment) { +], function($, utils, dialog, keyboard, moment) { "use strict"; var SaveWidget = function (selector, options) {