mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(console) add " "
This commit is contained in:
parent
97aca94028
commit
21571e61bd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ var CloudCmd, Util, DOM, $;
|
|||
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