diff --git a/src/plugins/plot/src/chart/MCTChartController.js b/src/plugins/plot/src/chart/MCTChartController.js index 417e60c8b5..03e4b69a06 100644 --- a/src/plugins/plot/src/chart/MCTChartController.js +++ b/src/plugins/plot/src/chart/MCTChartController.js @@ -61,7 +61,7 @@ function ( this.alarmSets = []; this.offset = {}; this.config = $scope.config; - this.listenTo(this.$scope, '$destoy', this.destroy, this); + this.listenTo(this.$scope, '$destroy', this.destroy, this); this.draw = this.draw.bind(this); this.scheduleDraw = this.scheduleDraw.bind(this); this.seriesElements = new WeakMap();