summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.js')
-rw-r--r--bundle.js2
1 files changed, 1 insertions, 1 deletions
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]);
};
}