mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
feature(edit) load: load.js([url]) -> load.js(url)
This commit is contained in:
parent
6fa7d76793
commit
6879f1086e
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ var CloudCmd, Util, join, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip,
|
|||
Util.time(Name + ' load');
|
||||
|
||||
DOM.loadRemote('ace', function() {
|
||||
DOM.load.js([url], function() {
|
||||
DOM.load.js(url, function() {
|
||||
Loading = false;
|
||||
|
||||
Util.timeEnd(Name + ' load');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue