Skip to content

Commit 93a2dcd

Browse files
dekajpjzaefferer
authored andcommitted
Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()
1 parent 5ee3a2a commit 93a2dcd

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
@@ -322,7 +322,7 @@ $.widget( "ui.slider", $.ui.mouse, {
322322
} );
323323
otherVal = this.values( index ? 0 : 1 );
324324
if ( allowed !== false ) {
325-
this.values( index, newVal, true );
325+
this.values( index, newVal );
326326
}
327327
}
328328
} else {

0 commit comments

Comments
 (0)