From cca0bfab6e4d8f24613896ed9529add921ad7a2c Mon Sep 17 00:00:00 2001 From: kingdido999 Date: Mon, 26 Dec 2016 23:45:37 -0800 Subject: [PATCH] fix wrong TOUCH_SCALE_FACTOR #12 --- src/_touch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_touch.js b/src/_touch.js index b44c1feb..8110015a 100644 --- a/src/_touch.js +++ b/src/_touch.js @@ -1,6 +1,6 @@ import options from './_options' -const TOUCH_SCALE_FACTOR = 200 +const TOUCH_SCALE_FACTOR = 2 const processTouches = (touches, cb) => { const total = touches.length