detach: function() {
        if(this.el.parentNode) {
            this.el.parentNode.removeChild(this.el);
        }
    },