This commit is contained in:
iangilman 2013-08-19 09:57:14 -07:00
commit 68b382a8e7

View file

@ -993,6 +993,10 @@
touchB,
pinchDelta;
if ( !THIS[ tracker.hash ].lastTouch ) {
return;
}
if( event.touches.length === 1 &&
event.targetTouches.length === 1 &&
event.changedTouches.length === 1 &&