From d96b2956888e7b6cf9b036e6ae452e7fc5b4623b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 26 Jun 2017 03:31:05 +0200 Subject: touch events --- bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle.js') diff --git a/bundle.js b/bundle.js index bfddf1b..afa180f 100644 --- a/bundle.js +++ b/bundle.js @@ -22639,7 +22639,7 @@ function mod(n, m) { } function firstTouch(f) { return function (e) { - return e.preventDefault && f(e.touches[0]); + e.preventDefault();f(e.touches[0]); }; } -- cgit v1.2.3-70-g09d2