fix tests

This commit is contained in:
vitalets
2013-01-11 11:10:32 +04:00
parent c2cda5dfb1
commit 775deede07
2 changed files with 23 additions and 19 deletions
src/containers
test/unit

@ -49,6 +49,8 @@
destroy: function() {
this.tip().remove();
this.$element.off('destroyed');
this.$element.removeData('editableContainer');
}
});