mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(dropbox) change quotes, rm comments
This commit is contained in:
parent
5c9afe7171
commit
dce438d20c
1 changed files with 2 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue