moved loading functions to Loader object in DOM module

This commit is contained in:
coderaiser 2013-05-08 11:12:37 -04:00
parent 703156c2ad
commit 39d5de507d
18 changed files with 670 additions and 669 deletions

View file

@ -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);