We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0665d27 commit f5d70f0Copy full SHA for f5d70f0
js/jquery.mobile.vmouse.js
@@ -467,9 +467,9 @@ if ( eventCaptureSupported ) {
467
o = clickBlockList[ i ];
468
touchID = 0;
469
470
- if ( clickBlockList[i].parentPage.get(0) != $.mobile.activePage.get(0)
+ if ( clickBlockList[i].parentPage.get( 0 ) != $.mobile.activePage.get( 0 )
471
|| ( ele === target && Math.abs( o.x - x ) < threshold && Math.abs( o.y - y ) < threshold )
472
- || $.data( ele, touchTargetPropertyName ) === o.touchID ) {
+ || $.data( ele, touchTargetPropertyName ) === o.touchID ) {
473
474
e.preventDefault();
475
e.stopPropagation();
0 commit comments