mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04: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:
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 {
|
||||
|
||||
Reference in New Issue
Block a user