mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()
(cherry picked from commit 93a2dcde52
)
This commit is contained in:
parent
6cdebe84f8
commit
01a0da8105
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 );
|
otherVal = this.values( index ? 0 : 1 );
|
||||||
if ( allowed !== false ) {
|
if ( allowed !== false ) {
|
||||||
this.values( index, newVal, true );
|
this.values( index, newVal );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user