Merge branch 'master' of github.com:blasten/turn.js

This commit is contained in:
Emmanuel Garcia 2012-06-08 00:06:47 -04:00
commit cf64a2919d

View File

@ -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'},