Skip to content

Commit 0331d30

Browse files
committed
Line
1 parent c8e8124 commit 0331d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/utils/poly.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
var touchMoveEvent = 'touchmove';
4949
var touchEndEvent = 'touchend';
5050
var touchCancelEvent = 'touchcancel';
51-
51+
5252
if (window.navigator.pointerEnabled) {
5353
touchStartEvent = 'pointerdown';
5454
touchMoveEvent = 'pointermove';

0 commit comments

Comments
 (0)