hide: function() {
        this.visible = false;
        this.element.classList.add('inactive');

        if (typeof this.onHide == 'function') {