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 : []