From e7c59aaa68a536a304ef517ea93b480bff8af458 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 6 Dec 2013 16:07:21 +0000 Subject: [PATCH] fix(dropbox) path -> json.path --- 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 24366158..cba522a4 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -157,7 +157,7 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client; }; if (path !== '/') - path += '/'; + json.path += '/'; if (error) msg = error.responseText;