mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
moved loading functions to Loader object in DOM module
This commit is contained in:
parent
703156c2ad
commit
39d5de507d
18 changed files with 670 additions and 669 deletions
|
|
@ -1,4 +1,4 @@
|
|||
var CloudCommander, Util, DOM, $, Github, cb;
|
||||
var CloudCmd, Util, DOM, $, Github, cb;
|
||||
/* module for work with github */
|
||||
|
||||
(function(CloudCmd, Util, DOM){
|
||||
|
|
@ -156,4 +156,4 @@ var CloudCommander, Util, DOM, $, Github, cb;
|
|||
};
|
||||
|
||||
CloudCmd.GitHub = GitHubStore;
|
||||
})(CloudCommander, Util, DOM);
|
||||
})(CloudCmd, Util, DOM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue