Skip to content

Commit 92b7722

Browse files
tzkueiscottgonzalez
authored andcommitted
Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Redundant call to _normValueFromMouse
1 parent 0bbbe5f commit 92b7722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.slider.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ $.widget( "ui.slider", $.ui.mouse, {
310310
( parseInt( closestHandle.css("marginTop"), 10 ) || 0)
311311
};
312312

313-
normValue = this._normValueFromMouse( position );
314313
this._slide( event, index, normValue );
315314
this._animateOff = true;
316315
return true;

0 commit comments

Comments
 (0)