mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed bug with view show
This commit is contained in:
parent
3b79ae40fd
commit
ea53592673
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
|
||||
this.init = function(pCallBack){
|
||||
Util.loadOnLoad([
|
||||
pCallBack || View.show,
|
||||
pCallBack || Util.retExec(View.show, null),
|
||||
load,
|
||||
DOM.jqueryLoad
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue