Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
cndreisbach committed Nov 14, 2024
1 parent 2ca40c5 commit 1365e11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export function noop() {

}
Expand All @@ -9,7 +8,6 @@ export function intBetween(min, max, val) {
);
}


export function getCoords(evt) {
if (evt.type === 'touchmove') {
return { x: evt.changedTouches[0].clientX, y: evt.changedTouches[0].clientY };
Expand Down

0 comments on commit 1365e11

Please sign in to comment.