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

@ -41,7 +41,6 @@
AbstractModel.prototype.onDestroy = function ()
{
Utils.disposeObject(this);
// window.console.log('onDestroy: ' + this.sModelName); // TODO
};
module.exports = AbstractModel;

View file

@ -467,7 +467,7 @@
_.delay(function () {
Globals.$html.removeClass('rl-started-trigger').addClass('rl-started');
}, 50);
}, 100);
_.delay(function () {
Globals.$html.addClass('rl-started-delay');