[Mobile] Gestures

Slight clean up to MCTPinch.
This commit is contained in:
Shivam Dave 2015-08-31 13:01:15 -07:00
parent 3e2c3f913b
commit 24fe419be4

View File

@ -48,9 +48,7 @@ define(
return Math.sqrt(Math.pow(coordOne.clientX - coordTwo.clientX, 2) +
Math.pow(coordOne.clientY - coordTwo.clientY, 2));
}
// On touch start the 'touch' is tracked and
// the event is emitted through scope
function touchStart(event) {