From f7f6b8d61281013b5563730fc82d8411c29fb36a Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 30 Oct 2015 14:59:32 -0700 Subject: [PATCH] [Time Conductor] Don't broadcast on telemetry:view Instead, use delay from throttling initial bounds broadcast to avoid broadcasting bounds prematurely. --- platform/features/conductor/src/ConductorRepresenter.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/features/conductor/src/ConductorRepresenter.js b/platform/features/conductor/src/ConductorRepresenter.js index 8f893c4fb8..4b8e848a48 100644 --- a/platform/features/conductor/src/ConductorRepresenter.js +++ b/platform/features/conductor/src/ConductorRepresenter.js @@ -140,8 +140,6 @@ define( .$watch('ngModel.conductor.inner.end', updateConductorInner); conductorScope .$watch('ngModel.domain', updateDomain); - - repScope.$on('telemetry:view', broadcastBounds); }; ConductorRepresenter.prototype.conductorScope = function (s) {