mirror of
https://github.com/nasa/openmct.git
synced 2025-05-29 13:44:21 +00:00
initial debug
This commit is contained in:
parent
1fde0d9e38
commit
19a77b37dd
@ -38,7 +38,7 @@ export default class TelemetryCriterion extends EventEmitter {
|
|||||||
*/
|
*/
|
||||||
constructor(telemetryDomainObjectDefinition, openmct) {
|
constructor(telemetryDomainObjectDefinition, openmct) {
|
||||||
super();
|
super();
|
||||||
|
console.log('TelemetryCriterion constructor');
|
||||||
this.openmct = openmct;
|
this.openmct = openmct;
|
||||||
this.telemetryDomainObjectDefinition = telemetryDomainObjectDefinition;
|
this.telemetryDomainObjectDefinition = telemetryDomainObjectDefinition;
|
||||||
this.id = telemetryDomainObjectDefinition.id;
|
this.id = telemetryDomainObjectDefinition.id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user