Skip to content

Commit

Permalink
Avoid webkitForce Touch property
Browse files Browse the repository at this point in the history
Closes #282
  • Loading branch information
taye committed Sep 14, 2015
1 parent 8d13746 commit 0943290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
}

var prefixedPropREs = {
webkit: /(Movement[XY]|Radius[XY]|RotationAngle)$/
webkit: /(Movement[XY]|Radius[XY]|RotationAngle|Force)$/
};

function pointerExtend (dest, source) {
Expand Down

0 comments on commit 0943290

Please sign in to comment.