mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(dropbox) readdir: rm unused fulSize
This commit is contained in:
parent
0b9fc5a803
commit
0fc0e9230b
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dropbox, cb, Client;
|
|||
var path = dirPath || '/';
|
||||
|
||||
Client.readdir(path, function(error, names, obj, files) {
|
||||
var i, n, name, size, file, fullSize, msg,
|
||||
var i, n, name, size, file, msg,
|
||||
json = {
|
||||
path : path,
|
||||
files : []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue