mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(dropbox) add "\n"
This commit is contained in:
parent
4ed9654f11
commit
bdf50943a4
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ var CloudCmd, Util, DOM, CloudFunc, Dropbox, cb, Client;
|
|||
]);
|
||||
}
|
||||
|
||||
cb = function (err, data) { console.log(err || data);};
|
||||
cb = function (err, data) {
|
||||
console.log(err || data);
|
||||
};
|
||||
|
||||
/**
|
||||
* function loads dropbox.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue