fixed bug with view show

This commit is contained in:
coderaiaser 2013-06-12 06:23:44 -07:00
parent 3b79ae40fd
commit ea53592673

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
]);