mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(commander) fillJSON: add changeOrder
This commit is contained in:
parent
9df2503db5
commit
062114fc80
1 changed files with 2 additions and 0 deletions
|
|
@ -151,6 +151,8 @@
|
|||
lJSON.push(lJSONFile);
|
||||
}
|
||||
|
||||
lJSON = changeOrder(lJSON);
|
||||
|
||||
Util.exec(p.callback, null, lJSON);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue