mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
more clear variable name
This commit is contained in:
parent
35692ae4b9
commit
7d0b323dab
@ -143,10 +143,10 @@ export default {
|
||||
telemetryObject.key = this.openmct.objects.makeKeyString(domainObject.identifier);
|
||||
telemetryObject.domainObject = domainObject;
|
||||
|
||||
let array = this.ladTelemetryObjects[ladTable.key];
|
||||
array.push(telemetryObject);
|
||||
let telemetryObjects = this.ladTelemetryObjects[ladTable.key];
|
||||
telemetryObjects.push(telemetryObject);
|
||||
|
||||
this.$set(this.ladTelemetryObjects, ladTable.key, array);
|
||||
this.$set(this.ladTelemetryObjects, ladTable.key, telemetryObjects);
|
||||
};
|
||||
},
|
||||
removeTelemetryObject(ladTable) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user