Merge 0ac4d63c232182ab3b796795f2be48c5b983291e into 221cb65f497f468a730658cbbe2093399807a6a1

This commit is contained in:
GitHub Merge Button 2012-06-07 20:57:10 -07:00
commit 5057c33ec6

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