mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(view) ',' -> ';'
This commit is contained in:
parent
821c85b018
commit
68223ed6a6
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
else if (lIsCallBack)
|
||||
lFunc = CallBack.callback;
|
||||
else
|
||||
lFunc = Util.retExec(View.show, null),
|
||||
lFunc = Util.retExec(View.show, null);
|
||||
|
||||
Util.loadOnLoad([
|
||||
lFunc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue