mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(console) console -> Util
This commit is contained in:
parent
24d1add52e
commit
a3db440293
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ var CloudCmd, Util, DOM, $;
|
|||
];
|
||||
|
||||
DOM.anyLoadInParallel(lFiles, function(){
|
||||
console.timeEnd(Name + ' load');
|
||||
Util.timeEnd(Name + ' load');
|
||||
|
||||
Util.exec(pCallBack);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue