Skip to content

Commit

Permalink
fix wrong TOUCH_SCALE_FACTOR #12
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdido999 committed Dec 27, 2016
1 parent 3f8774e commit cca0bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_touch.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cca0bfa

Please sign in to comment.