mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 20:22:29 +00:00
refactor(commander) function -> retFunc
This commit is contained in:
parent
8036e3be65
commit
64ac96651b
1 changed files with 1 additions and 3 deletions
|
|
@ -57,9 +57,7 @@
|
|||
path : c.path
|
||||
},
|
||||
|
||||
lFill = function(){
|
||||
fillJSON(lFilesData);
|
||||
};
|
||||
lFill = Util.retFunc(fillJSON, lFilesData);
|
||||
|
||||
if (n)
|
||||
for (var i = 0; i < n; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue