chore(view) show

This commit is contained in:
coderaiser 2013-06-23 03:48:17 -04:00
parent fd469dd435
commit 1679ffe867

View file

@ -61,8 +61,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
lElement = $(Element).append(pData);
lAfterFunc = Config.afterShow,
lFunc = function(){
Util.exec(lAfterFunc);
Util.exec(pCallBack);
Util.exec(lAfterFunc);
Util.exec(pCallBack);
};
Config.afterShow = lFunc;