From 555912574f4084263682bb0dbb7e0f56f8f5b3b2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 3 Dec 2012 09:22:09 -0500 Subject: [PATCH] minor changes --- lib/client/storage/_dropbox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/storage/_dropbox.js b/lib/client/storage/_dropbox.js index 5fb32ded..3d4f1490 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -6,8 +6,8 @@ var CloudCommander, DOM, Dropbox; //o7d6llji052vijk var cloudcmd = CloudCommander, CLIENT_ID, - DropBoxStore = {}, - options = { + DropBoxStore = {}, + options = { linkType: "direct", success: function(files) { console.log("Here's the file link:" + files[0].link);