update dependencies

This commit is contained in:
Matt Walsh
2022-03-01 15:40:43 -06:00
parent 4c3ace6395
commit d0509f14ae
6 changed files with 2229 additions and 2694 deletions

View File

@@ -75,6 +75,7 @@
var eventData = {
dir: eventType.replace(/swiped-/, ''),
touchType: (changedTouches[0] || {}).touchType || 'direct',
xStart: parseInt(xDown, 10),
xEnd: parseInt((changedTouches[0] || {}).clientX || -1, 10),
yStart: parseInt(yDown, 10),