mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
update savewidget.js
This commit is contained in:
parent
c4385ebcb3
commit
048befc311
@ -10,7 +10,7 @@ define([
|
|||||||
'bidi/bidi',
|
'bidi/bidi',
|
||||||
], function($, utils, dialog, keyboard, moment, bidi) {
|
], function($, utils, dialog, keyboard, moment, bidi) {
|
||||||
"use strict";
|
"use strict";
|
||||||
bidi.loadLocale();
|
|
||||||
var SaveWidget = function (selector, options) {
|
var SaveWidget = function (selector, options) {
|
||||||
this.editor = undefined;
|
this.editor = undefined;
|
||||||
this.selector = selector;
|
this.selector = selector;
|
||||||
|
Loading…
Reference in New Issue
Block a user