Skip to content

Commit

Permalink
Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Sli…
Browse files Browse the repository at this point in the history
…der: Redundant call to _normValueFromMouse
  • Loading branch information
tzkuei authored and scottgonzalez committed Jul 6, 2010
1 parent 0bbbe5f commit 92b7722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/jquery.ui.slider.js
Expand Up @@ -310,7 +310,6 @@ $.widget( "ui.slider", $.ui.mouse, {
( parseInt( closestHandle.css("marginTop"), 10 ) || 0)
};

normValue = this._normValueFromMouse( position );
this._slide( event, index, normValue );
this._animateOff = true;
return true;
Expand Down

0 comments on commit 92b7722

Please sign in to comment.