mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(github) CloudCommander -> CloudCmd
This commit is contained in:
parent
8fc463836c
commit
a55c9f1fee
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
var lOpener = window.opener;
|
||||
if(lOpener){
|
||||
var cloudcmd = lOpener.CloudCommander;
|
||||
var CloudCmd = lOpener.CloudCmd;
|
||||
|
||||
cloudcmd.getModules(function(pModules){
|
||||
CloudCmd.getModules(function(pModules){
|
||||
var Util = lOpener.Util,
|
||||
lStorage = Util.findObjByNameInArr(pModules, 'storage'),
|
||||
lGitHub = Util.findObjByNameInArr(lStorage, 'GitHub'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue