mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(util) asyncCall: rm element, name
This commit is contained in:
parent
06a3936333
commit
9a7b48eb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
var Util = this;
|
||||
|
||||
this.asyncCall = function(funcs, callback) {
|
||||
var i, element, name, func,
|
||||
var i, func,
|
||||
funcsCount = funcs.length,
|
||||
count = 0,
|
||||
allData = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue