feature(dropbox) readDir json: add mode

This commit is contained in:
coderaiser 2013-12-06 16:14:55 +00:00
parent b713bf5c87
commit 0c91664b78

View file

@ -175,7 +175,8 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client;
json.files.push({
name: name,
size: size
size: size,
mode: '.'
});
}