mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(edit) diff: anyLoadInParallel -> combineURL
This commit is contained in:
parent
b125e049ef
commit
db54cda00c
1 changed files with 3 additions and 2 deletions
|
|
@ -180,9 +180,10 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
|||
var libs = [
|
||||
LIBDIR + 'diff.js',
|
||||
LIBDIR + 'diff/diff-match-patch.js'
|
||||
];
|
||||
],
|
||||
url = DOM.combineURL(libs);
|
||||
|
||||
DOM.anyLoadInParallel(libs, function() {
|
||||
DOM.jsload(url, function() {
|
||||
var patch;
|
||||
|
||||
if (!Diff)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue