refactor(commander) changeUIDToName: callback -> Util.exec, json

This commit is contained in:
coderaiser 2014-01-31 06:14:16 -05:00
parent d1921dce96
commit 3231833e67

View file

@ -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);
});
});
}