update dependencies
This commit is contained in:
parent
4c3ace6395
commit
d0509f14ae
6 changed files with 2229 additions and 2694 deletions
1
server/scripts/vendor/auto/swiped-events.js
vendored
1
server/scripts/vendor/auto/swiped-events.js
vendored
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue