Skip to content

Commit ebc15c7

Browse files
author
lthibodeaux
committed
Slider: Corrected range option setter. Refactored _create() code to make
portions accessible to both it and setter method. Fixes #5602 - slider: Slider Does Not Exhibit Proper Behavior When Switching Range
1 parent 248b513 commit ebc15c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ $.widget( "ui.slider", $.ui.mouse, {
391391
this._refreshRange();
392392
this._refreshHandles();
393393
this._refreshValue();
394-
this._animateOn = true;
394+
this._animateOff = false;
395395
break;
396396
case "value":
397397
this._animateOff = true;

0 commit comments

Comments
 (0)