feature(server) fillJSON path: rm size

This commit is contained in:
coderaiser 2013-12-02 10:46:29 +00:00
parent f2f41f9643
commit a3cfc0a7ea

View file

@ -124,8 +124,7 @@
file = {};
path = getDirPath(p.path);
json = [{
path : path,
size : 'dir'
path : path
}];
for (i = 0; i < n; i++ ) {