This commit is contained in:
Fabian Jakobs 2011-08-02 11:35:51 +02:00
commit 727bfaccf2

View file

@ -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);