mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
savewidget does not require namespace
This commit is contained in:
parent
9048675547
commit
7c84376596
@ -2,13 +2,12 @@
|
|||||||
// Distributed under the terms of the Modified BSD License.
|
// Distributed under the terms of the Modified BSD License.
|
||||||
|
|
||||||
define([
|
define([
|
||||||
'base/js/namespace',
|
|
||||||
'jquery',
|
'jquery',
|
||||||
'base/js/utils',
|
'base/js/utils',
|
||||||
'base/js/dialog',
|
'base/js/dialog',
|
||||||
'base/js/keyboard',
|
'base/js/keyboard',
|
||||||
'moment',
|
'moment',
|
||||||
], function(IPython, $, utils, dialog, keyboard, moment) {
|
], function($, utils, dialog, keyboard, moment) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var SaveWidget = function (selector, options) {
|
var SaveWidget = function (selector, options) {
|
||||||
|
Loading…
Reference in New Issue
Block a user