mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
minor changes
This commit is contained in:
parent
33a8fd9aaf
commit
2681bcfa43
5 changed files with 13 additions and 13 deletions
|
|
@ -51,8 +51,8 @@ var CloudCommander, Util, DOM, Dropbox, cb, Client;
|
|||
DropBoxStore.login = function(pCallBack){
|
||||
CloudCmd.getModules(function(pModules){
|
||||
var lStorage = Util.findObjByNameInArr(pModules, 'storage'),
|
||||
lDropBox = Util.findObjByNameInArr(lStorage.data, 'DropBox'),
|
||||
lDropBoxKey = lDropBox && lDropBox.data.encodedKey;
|
||||
lDropBox = Util.findObjByNameInArr(lStorage, 'DropBox'),
|
||||
lDropBoxKey = lDropBox && lDropBox.encodedKey;
|
||||
|
||||
Client = new Dropbox.Client({
|
||||
key: lDropBoxKey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue