Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 24386c2

Browse files
author
Dzmitry Khadorkin
committed
Unuseful strings
1 parent 68aa792 commit 24386c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jquery.ui.touch-punch.dk.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
function simulateMouseEvent(event, simulatedType) {
5252
// Ignore multi-touch events
5353
if ((!pointerEnabled && event.originalEvent.touches.length > 1) || (pointerEnabled && !event.isPrimary)) return;
54-
// event.preventDefault();
5554
var touch = pointerEnabled ? event.originalEvent : event.originalEvent.changedTouches[0]
5655
, simulatedEvent = document.createEvent('MouseEvents')
5756
, coord = fixTouch(touch);

0 commit comments

Comments
 (0)