mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(commander) changeUIDToName: callback -> Util.exec, json
This commit is contained in:
parent
d1921dce96
commit
3231833e67
1 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@
|
|||
|
||||
json.files = changeOrder(files);
|
||||
|
||||
changeUIDToName(json, function() {
|
||||
changeUIDToName(json, function(json) {
|
||||
Util.exec(p.callback, null, json);
|
||||
});
|
||||
}
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
current.owner = owner;
|
||||
}
|
||||
|
||||
callback();
|
||||
Util.exec(callback, json);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue