diff --git a/blocks-common/i-bem/i-bem.js b/blocks-common/i-bem/i-bem.js index 70a30353..0e2f023f 100644 --- a/blocks-common/i-bem/i-bem.js +++ b/blocks-common/i-bem/i-bem.js @@ -507,7 +507,9 @@ this.BEM = $.inherit($.observable, /** @lends i-bem.prototype */ { /** * Deletes a block */ - destruct : function() {} + destruct : function() { + this.un(); + } }, /** @lends i-bem */{