mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
added functions DOM.addKeyListener and Util.loadOnLoad
This commit is contained in:
parent
640197a52e
commit
b830010283
11 changed files with 205 additions and 196 deletions
|
|
@ -93,7 +93,7 @@ var CloudCommander, Util, DOM, $, Github;
|
|||
|
||||
cloudcmd.Storage.Keys = function(){
|
||||
DOM.jqueryLoad(function(){
|
||||
Util.loadOnLoad([ init, load, setConfig ]);
|
||||
Util.loadOnLoad([ init, setConfig, load ]);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue