fix(dropbox) path -> json.path

This commit is contained in:
coderaiser 2013-12-06 16:07:21 +00:00
parent 73741cce73
commit e7c59aaa68

View file

@ -157,7 +157,7 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client;
};
if (path !== '/')
path += '/';
json.path += '/';
if (error)
msg = error.responseText;