From ac529be55c88c9afb0fecf861ee69df39daed511 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 3 Nov 2015 17:01:22 -0800 Subject: [PATCH] [Time Conductor] Don't emit view event Don't emit an event when plot is instantiated; this is no longer needed, as time conductor broadcasts its bounds whenever views change. --- platform/features/plot/src/PlotController.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/features/plot/src/PlotController.js b/platform/features/plot/src/PlotController.js index d6acdb6a5c..cf6bfcf581 100644 --- a/platform/features/plot/src/PlotController.js +++ b/platform/features/plot/src/PlotController.js @@ -245,9 +245,6 @@ define( // Unsubscribe when the plot is destroyed $scope.$on("$destroy", releaseSubscription); - - // Notify any external observers that a new telemetry view is here - $scope.$emit("telemetry:view"); } /**