mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Revert "Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()"
This reverts commit b715e1d3cc
.
Reverting to fix author email address to avoid CLA issues in the future.
This commit is contained in:
parent
b715e1d3cc
commit
5ee3a2a7fd
2
ui/jquery.ui.slider.js
vendored
2
ui/jquery.ui.slider.js
vendored
@ -322,7 +322,7 @@ $.widget( "ui.slider", $.ui.mouse, {
|
||||
} );
|
||||
otherVal = this.values( index ? 0 : 1 );
|
||||
if ( allowed !== false ) {
|
||||
this.values( index, newVal );
|
||||
this.values( index, newVal, true );
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user