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) {