From 0c91664b7812b378d1a63d6bf27140ed3ad1561b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 6 Dec 2013 16:14:55 +0000 Subject: [PATCH] feature(dropbox) readDir json: add mode --- lib/client/storage/_dropbox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client/storage/_dropbox.js b/lib/client/storage/_dropbox.js index cba522a4..6e483477 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -175,7 +175,8 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client; json.files.push({ name: name, - size: size + size: size, + mode: '.' }); }