fixed bug with view show

This commit is contained in:
coderaiaser 2013-06-12 06:23:44 -07:00
parent b241775e21
commit 5f15dc9ca4

View file

@ -37,7 +37,7 @@ var CloudCmd, Util, DOM, CloudFunc, $;
this.init = function(pCallBack){
Util.loadOnLoad([
pCallBack || View.show,
pCallBack || Util.retExec(View.show, null),
load,
DOM.jqueryLoad
]);