From 0fc0e9230b5502cbfb97d1c775af97d34dda264c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 18 Apr 2014 03:26:57 -0400 Subject: [PATCH] chore(dropbox) readdir: rm unused fulSize --- lib/client/storage/_dropbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/storage/_dropbox.js b/lib/client/storage/_dropbox.js index 31caf8ca..d094df70 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -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 : []