mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(dropbox) readDir json: add mode
This commit is contained in:
parent
b713bf5c87
commit
0c91664b78
1 changed files with 2 additions and 1 deletions
|
|
@ -175,7 +175,8 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client;
|
|||
|
||||
json.files.push({
|
||||
name: name,
|
||||
size: size
|
||||
size: size,
|
||||
mode: '.'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue