mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
refactor(view) init
This commit is contained in:
parent
acd2eb85a1
commit
821c85b018
1 changed files with 3 additions and 1 deletions
|
|
@ -61,9 +61,11 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
lFunc = CallBack;
|
||||
else if (lIsCallBack)
|
||||
lFunc = CallBack.callback;
|
||||
else
|
||||
lFunc = Util.retExec(View.show, null),
|
||||
|
||||
Util.loadOnLoad([
|
||||
lFunc || Util.retExec(View.show, null),
|
||||
lFunc,
|
||||
load,
|
||||
DOM.jqueryLoad
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue