Skip to content

Commit

Permalink
Update standalone version
Browse files Browse the repository at this point in the history
  • Loading branch information
abpetkov committed Mar 15, 2014
1 parent 03ec219 commit 8bd0173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/powerange.js
Original file line number Diff line number Diff line change
Expand Up @@ -1499,6 +1499,7 @@ Powerange.prototype.checkValues = function(start) {
Powerange.prototype.disable = function() {
if (this.options.min == this.options.max || this.options.min > this.options.max || this.options.disable) {
this.mouse.unbind();
this.touch.unbind();
this.slider.style.opacity = this.options.disableOpacity;
}
};
Expand Down
Loading

0 comments on commit 8bd0173

Please sign in to comment.