From dce438d20cfa08cedc3960a9fad5c0f961d12028 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 24 Apr 2014 03:05:32 -0400 Subject: [PATCH] chore(dropbox) change quotes, rm comments --- lib/client/storage/_dropbox_chooser.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/client/storage/_dropbox_chooser.js b/lib/client/storage/_dropbox_chooser.js index 7952c258..a01d1cba 100644 --- a/lib/client/storage/_dropbox_chooser.js +++ b/lib/client/storage/_dropbox_chooser.js @@ -1,5 +1,4 @@ var CloudCmd, DOM, Dropbox; -/* module for work with github */ (function(CloudCmd, DOM){ 'use strict'; @@ -7,9 +6,9 @@ var CloudCmd, DOM, Dropbox; var CHOOSER_API = 'https://www.dropbox.com/static/api/1/dropbox.js', DropBoxStore = {}, options = { - linkType: "direct", + linkType: 'direct', success: function(files) { - console.log("Here's the file link:" + files[0].link); + console.log('Here\'s the file link:' + files[0].link); }, cancel: function() { console.log('Chose something');