mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(package) edward v3.0.0
This commit is contained in:
parent
5944a966e2
commit
a906439ab7
2 changed files with 10 additions and 9 deletions
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue