feature(package) edward v3.0.0

This commit is contained in:
coderaiser 2016-03-07 07:27:44 -05:00
parent 5944a966e2
commit a906439ab7
2 changed files with 10 additions and 9 deletions

View file

@ -138,17 +138,18 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
Util.time(Name + ' load');
DOM.load.js(url, function() {
var options = {
maxSize: CloudFunc.MAX_FILE_SIZE,
prefix: prefixName,
socketPath: prefix
};
var word = window[EditorName],
options = {
maxSize : CloudFunc.MAX_FILE_SIZE,
prefix : prefixName,
socketPath : prefix
};
editor = window[EditorName];
editor(element, options, function() {
word(element, options, function(ed) {
Util.timeEnd(Name + ' load');
editor = ed;
Loading = false;
exec(callback);
});
});

View file

@ -59,7 +59,7 @@
"console-io": "~2.6.0",
"copymitter": "~1.8.0",
"dword": "~2.9.0",
"edward": "~2.9.0",
"edward": "~3.0.0",
"execon": "~1.2.0",
"express": "~4.13.0",
"faust": "~1.0.0",