From 24fe419be4c49a993c71627edf1ffbddb7db8bb4 Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Mon, 31 Aug 2015 13:01:15 -0700 Subject: [PATCH] [Mobile] Gestures Slight clean up to MCTPinch. --- platform/features/plot-reborn/src/directives/MCTPinch.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/features/plot-reborn/src/directives/MCTPinch.js b/platform/features/plot-reborn/src/directives/MCTPinch.js index b6ffd15c95..edd1e15713 100644 --- a/platform/features/plot-reborn/src/directives/MCTPinch.js +++ b/platform/features/plot-reborn/src/directives/MCTPinch.js @@ -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) {