added help module

This commit is contained in:
coderaiser 2013-06-12 10:46:25 -04:00
parent 5f15dc9ca4
commit eec5e461f8
3 changed files with 5 additions and 1 deletions

View file

@ -36,8 +36,9 @@ var CloudCmd, Util, DOM, CloudFunc, $;
};
this.init = function(pCallBack){
debugger;
Util.loadOnLoad([
pCallBack || Util.retExec(View.show, null),
pCallBack || View.show,
load,
DOM.jqueryLoad
]);