Skip to content

Commit f5d70f0

Browse files
committed
Coding standards
1 parent 0665d27 commit f5d70f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.mobile.vmouse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,9 @@ if ( eventCaptureSupported ) {
467467
o = clickBlockList[ i ];
468468
touchID = 0;
469469

470-
if ( clickBlockList[i].parentPage.get(0) != $.mobile.activePage.get(0)
470+
if ( clickBlockList[i].parentPage.get( 0 ) != $.mobile.activePage.get( 0 )
471471
|| ( ele === target && Math.abs( o.x - x ) < threshold && Math.abs( o.y - y ) < threshold )
472-
|| $.data( ele, touchTargetPropertyName ) === o.touchID ) {
472+
|| $.data( ele, touchTargetPropertyName ) === o.touchID ) {
473473

474474
e.preventDefault();
475475
e.stopPropagation();

0 commit comments

Comments
 (0)