added functions DOM.addKeyListener and Util.loadOnLoad

This commit is contained in:
coderaiser 2012-11-13 08:42:25 -05:00
parent 640197a52e
commit b830010283
11 changed files with 205 additions and 196 deletions

View file

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