From 8060ba2b1bd95aee09c166167423fd85d6762e31 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 23 May 2014 02:42:55 -0400 Subject: [PATCH] fix(dom) execParallel -> Util.exec.parallel --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index e9694745..0e0a00d7 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -1476,7 +1476,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; if (!allowed || isDir) Util.exec(callback); else { - Util.execParallel([ + Util.exec.parallel([ function(callback) { Storage.get(nameData, function(data) { Util.exec(callback, data);