From 1679ffe8674b21d0468d861fcce1a0209413eebf Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 23 Jun 2013 03:48:17 -0400 Subject: [PATCH] chore(view) show --- lib/client/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/view.js b/lib/client/view.js index d8f36d31..5d1db367 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -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;