mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 12:42:12 +00:00
minor changes
This commit is contained in:
parent
42d5d19e72
commit
9e1ae89ffc
8 changed files with 40 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue