Skip to content

Commit

Permalink
✏️ (Tests): fixed typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
silencesys committed Jun 25, 2020
1 parent 4c725a8 commit 4fb8743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/overlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
* Registers the finger position on website so we can later calculate users
* swipe direction.
*/
touchStart(event) {
touchStart (event) {
const { clientX: x, clientY: y } = event.touches[0]
this.touchHandling.posX = x
this.touchHandling.posY = y
Expand Down

0 comments on commit 4fb8743

Please sign in to comment.