feature(commander) fillJSON: add changeOrder

This commit is contained in:
coderaiser 2013-11-29 14:56:56 +00:00
parent 9df2503db5
commit 062114fc80

View file

@ -151,6 +151,8 @@
lJSON.push(lJSONFile);
}
lJSON = changeOrder(lJSON);
Util.exec(p.callback, null, lJSON);
}