mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(edit) "if( " -> "if ("
This commit is contained in:
parent
19cf979b45
commit
ea51bd9913
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ var CloudCmd, Util, DOM, JsDiff, ace;
|
|||
this.init = function(pCallBack) {
|
||||
var lFunc, lIsFunc = Util.isFunction(CloudCmd.View);
|
||||
|
||||
if( lIsFunc)
|
||||
if (lIsFunc)
|
||||
lFunc = CloudCmd.View;
|
||||
else
|
||||
lFunc = Util.exec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue