diff --git a/turn.js b/turn.js index 9bcd3ca..d6feac9 100644 --- a/turn.js +++ b/turn.js @@ -29,7 +29,7 @@ var has3d, A90 = PI/2, - isTouch = 'Touch' in window, + isTouch = 'ontouchstart' in window, events = (isTouch) ? {start: 'touchstart', move: 'touchmove', end: 'touchend'} : {start: 'mousedown', move: 'mousemove', end: 'mouseup'},