From 7c110ee8af04f1e97d34258ca6f5f4f648a5e5ac Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Thu, 3 Sep 2015 09:21:10 -0700 Subject: [PATCH] [Mobile] Gestures Removed plot.html mct-pinch reference because it was not being used. Also adjusted MCTPlot comment. --- platform/features/plot-reborn/src/directives/MCTPlot.js | 2 +- platform/features/plot/res/templates/plot.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/features/plot-reborn/src/directives/MCTPlot.js b/platform/features/plot-reborn/src/directives/MCTPlot.js index 97fc3dc2de..2b493f71ae 100644 --- a/platform/features/plot-reborn/src/directives/MCTPlot.js +++ b/platform/features/plot-reborn/src/directives/MCTPlot.js @@ -417,7 +417,7 @@ define( updateZoom(touch.midpoint, touch.bounds, touch.distance); } - // Sets previous touch distance to current touch.distance + // Sets previous touch distance to current touch.distance (for next touch event) prevTouchDistance = touch.distance; } diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index 3c50332a6c..1f5fc8d323 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -24,8 +24,7 @@
+ ng-repeat="subplot in plot.getSubPlots()">