mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
moved loading functions to Loader object in DOM module
This commit is contained in:
parent
1d4619f286
commit
df460bbc89
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