disable: function() {
        this.disabled = true;
        this.el.addClass(this.slider.disabledClass);
    },