enable: function() {
        this.disabled = false;
        this.el.removeClass(this.slider.disabledClass);
    },