Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0a0af3

Browse files
Update jquery.tap.js
1 parent c6b8aed commit e0a0af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.tap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
MOVE_EVENT_NAME = 'touchmove';
7171
END_EVENT_NAME = 'touchend';
7272
} else {
73-
//fallback to click
73+
// fallback to click
7474
END_EVENT_NAME = CLICK_EVENT_NAME;
7575
}
7676

0 commit comments

Comments
 (0)