cleanup chart controllers

This commit is contained in:
Pete Richards 2018-04-13 16:24:36 -07:00
parent fa7298a752
commit 8ad07fa8de

View File

@ -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();