Skip to content

Commit f96b3ff

Browse files
committed
rangeslider: fixed typo in variable name
1 parent 68dd8b5 commit f96b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/rangeslider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ define( [ "jquery", "../../jquery.mobile.core", "../../jquery.mobile.widget", ".
7878

7979
_slidedrag: function( event ) {
8080
var first = $( event.target ).is( this._inputFirst ),
81-
otherSlider = ( first ) ? this.__inputLast : this._inputFirst;
81+
otherSlider = ( first ) ? this._inputLast : this._inputFirst;
8282

8383
this._sliderTarget = false;
8484
//if the drag was initaed on an extream and the other handle is focused send the events to

0 commit comments

Comments
 (0)