fix #190
This commit is contained in:
parent
1c5fb5b75a
commit
727bfaccf2
1 changed files with 3 additions and 0 deletions
|
|
@ -524,6 +524,9 @@ var Text = function(parentEl) {
|
|||
|
||||
this.destroy = function() {
|
||||
clearInterval(this.$pollSizeChangesTimer);
|
||||
if (this.$measureNode)
|
||||
this.$measureNode.parentNode.removeChild(this.$measureNode);
|
||||
delete this.$measureNode;
|
||||
};
|
||||
|
||||
}).call(Text.prototype);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue