destroy: function() {
                if (this.canvas) this.canvas.remove();
                inherited.destroy.call(this);
            },