minor changes

This commit is contained in:
coderaiser 2012-11-30 06:48:17 -05:00
parent c8345f531c
commit bd121262de

View file

@ -339,7 +339,10 @@ var Util, exports;
lRet = Util.tryCatch(pTryFunc);
return Util.exec(pCallBack, lRet);
if(lRet)
Util.exec(pCallBack, lRet);
return lRet;
};
/**