Skip to content

Commit

Permalink
ghusse#49 UserValuesChanged fired after a call to values setter
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusse committed Nov 7, 2012
1 parent aa1418c commit 470e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jQRangeSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
var val = this._bar("values", min, max);

if (typeof min !== "undefined" && typeof max !== "undefined"){
this._changed(false);
this._changed(true);
}

return val;
Expand Down

0 comments on commit 470e8ce

Please sign in to comment.