mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 19:36:41 +00:00
cleanup chart controllers
This commit is contained in:
parent
fa7298a752
commit
8ad07fa8de
@ -61,7 +61,7 @@ function (
|
|||||||
this.alarmSets = [];
|
this.alarmSets = [];
|
||||||
this.offset = {};
|
this.offset = {};
|
||||||
this.config = $scope.config;
|
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.draw = this.draw.bind(this);
|
||||||
this.scheduleDraw = this.scheduleDraw.bind(this);
|
this.scheduleDraw = this.scheduleDraw.bind(this);
|
||||||
this.seriesElements = new WeakMap();
|
this.seriesElements = new WeakMap();
|
||||||
|
Loading…
Reference in New Issue
Block a user