Release commit

This commit is contained in:
RainLoop Team 2015-02-17 19:52:33 +04:00
parent 60f7cb3d84
commit 2616b911e1
8 changed files with 7 additions and 9 deletions

View file

@ -261,7 +261,6 @@
});
Globals.keyScopeReal.subscribe(function (sValue) {
// window.console.log(sValue); //TODO
key.setScope(sValue);
});

View file

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