Skip to content

Commit 497f45a

Browse files
committed
Merge branch 'checkboxradio-typo-bugfix' of https://github.com/martinkou/jquery-mobile into martinkou-checkboxradio-typo-bugfix
2 parents eb53dd8 + 796c864 commit 497f45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.forms.checkboxradio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, {
4545
var oe = event.originalEvent.touches[0];
4646
if( label.data("movestart") ){
4747
if( Math.abs( label.data("movestart")[0] - oe.pageX ) > 10 ||
48-
Math.abs( abel.data("movestart")[1] - oe.pageY ) > 10 ){
48+
Math.abs( label.data("movestart")[1] - oe.pageY ) > 10 ){
4949
label.data("moved", true);
5050
}
5151
}

0 commit comments

Comments
 (0)