fix(commander) fillJSON: files -> json.files

This commit is contained in:
coderaiser 2013-12-03 09:29:42 +00:00
parent a34c680676
commit e444e93230

View file

@ -151,7 +151,7 @@
files.push(file);
}
files = changeOrder(files);
json.files = changeOrder(files);
Util.exec(p.callback, null, json);
}