minor changes

This commit is contained in:
coderaiser 2012-11-13 11:54:40 -05:00
parent 42d5d19e72
commit 9e1ae89ffc
8 changed files with 40 additions and 34 deletions

View file

@ -92,9 +92,11 @@ var CloudCommander, Util, DOM, $, Github;
};
cloudcmd.Storage.Keys = function(){
DOM.jqueryLoad(function(){
Util.loadOnLoad([ init, setConfig, load ]);
});
DOM.jqueryLoad( Util.retLoadOnLoad([
init,
setConfig,
load
]));
};
cloudcmd.Storage.Github = GithubStore;