swiped-events
Advanced tools
Comparing version 1.1.8 to 1.1.9
/*! | ||
* swiped-events.js - v1.1.8 | ||
* swiped-events.js - v1.1.9 | ||
* Pure JavaScript swipe events | ||
@@ -4,0 +4,0 @@ * https://github.com/john-doherty/swiped-events |
{ | ||
"name": "swiped-events", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A 1k script that adds swipe events to the DOM for touch enabled devices", | ||
@@ -5,0 +5,0 @@ "main": "src/swiped-events.js", |
@@ -68,2 +68,3 @@ # swiped-events | ||
xStart: 196, // x coords of swipe start | ||
fingers: 1, // number of fingers used | ||
xEnd: 230, // x coords of swipe end | ||
@@ -145,2 +146,2 @@ yStart: 196, // y coords of swipe start | ||
Licensed under [MIT License](LICENSE) © [John Doherty](https://twitter.com/mrjohndoherty) | ||
Licensed under [MIT License](LICENSE) © [John Doherty](https://twitter.com/mrjohndoherty) |
208603
146