savewidget does not require namespace

This commit is contained in:
Matthias Bussonnier 2015-05-18 17:27:35 -07:00
parent 9048675547
commit 7c84376596

View File

@ -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) {