refactor(view) init

This commit is contained in:
coderaiser 2014-01-20 07:45:32 -05:00
parent acd2eb85a1
commit 821c85b018

View file

@ -61,9 +61,11 @@ var CloudCmd, Util, DOM, CloudFunc, $;
lFunc = CallBack;
else if (lIsCallBack)
lFunc = CallBack.callback;
else
lFunc = Util.retExec(View.show, null),
Util.loadOnLoad([
lFunc || Util.retExec(View.show, null),
lFunc,
load,
DOM.jqueryLoad
]);