mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
added help module
This commit is contained in:
parent
5f15dc9ca4
commit
eec5e461f8
3 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue