chore(view) if( -> if (

This commit is contained in:
coderaiser 2013-07-11 16:12:32 +00:00
parent e9f26a021e
commit a5682fb94b

View file

@ -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(){