chore(view) show

This commit is contained in:
coderaiser 2013-06-23 03:48:17 -04:00
parent e1893f77be
commit a5a81a0c71

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;