Small fixes and code refactoring

This commit is contained in:
RainLoop Team 2015-02-16 01:55:59 +04:00
parent e6c712862d
commit 1a85330770
67 changed files with 413 additions and 181 deletions

View file

@ -548,6 +548,7 @@
*/
Utils.delegateRun = function (oObject, sMethodName, aParameters, nDelay)
{
// window.console.log('->' + sMethodName); // TODO
if (oObject && oObject[sMethodName])
{
nDelay = Utils.pInt(nDelay);