mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
cleanup chart controllers
This commit is contained in:
parent
fa7298a752
commit
8ad07fa8de
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user