chore(dropbox) change quotes, rm comments

This commit is contained in:
coderaiser 2014-04-24 03:05:32 -04:00
parent 5c9afe7171
commit dce438d20c

View file

@ -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');