diff options
Diffstat (limited to 'bundle.js')
| -rw-r--r-- | bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); }; } |
