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;