mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
chore(view) if( -> if (
This commit is contained in:
parent
e9f26a021e
commit
a5682fb94b
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
lAfterFunc, lFunc;
|
||||
|
||||
Element = $('<div id=view tabindex=0>');
|
||||
if(pData) {
|
||||
if (pData) {
|
||||
lElement = $(Element).append(pData);
|
||||
lAfterFunc = Config.afterShow,
|
||||
lFunc = function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue