mirror of
https://github.com/nasa/openmct.git
synced 2025-05-29 13:44:21 +00:00
remove unused var
This commit is contained in:
parent
2c40396139
commit
84ae65536b
@ -29,7 +29,6 @@ export default class ConditionManager extends EventEmitter {
|
|||||||
super();
|
super();
|
||||||
this.domainObject = domainObject;
|
this.domainObject = domainObject;
|
||||||
this.openmct = openmct;
|
this.openmct = openmct;
|
||||||
this.timeAPI = this.openmct.time;
|
|
||||||
this.instantiate = this.openmct.$injector.get('instantiate');
|
this.instantiate = this.openmct.$injector.get('instantiate');
|
||||||
this.initialize();
|
this.initialize();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user