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:
Jörn Zaefferer 2013-10-18 17:21:23 +02:00
parent b715e1d3cc
commit 5ee3a2a7fd

View File

@ -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 {