constructor: function() {
                inherited.constructor.apply(this, arguments);
                this._domEvents = this.auto_destroy(new DomEvents());
            },