update savewidget.js

This commit is contained in:
samarsultan 2017-08-01 17:03:00 +02:00
parent c4385ebcb3
commit 048befc311

View File

@ -10,7 +10,7 @@ define([
'bidi/bidi',
], function($, utils, dialog, keyboard, moment, bidi) {
"use strict";
bidi.loadLocale();
var SaveWidget = function (selector, options) {
this.editor = undefined;
this.selector = selector;