mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 01:48:51 +00:00
[Time Controller] Fix capability decoration
WTD-1515
This commit is contained in:
parent
bfb19dea74
commit
3ce40ab870
@ -8,6 +8,8 @@
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
"type": "decorator",
|
||||
"provides": "capabilityService",
|
||||
"implementation": "ConductorCapabilityDecorator.js",
|
||||
"depends": [ "conductorService" ]
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ define(
|
||||
|
||||
if (TelemetryCapability) {
|
||||
capabilities.telemetry = function (domainObject) {
|
||||
return new ConductorCapabilityDecorator(
|
||||
return new ConductorTelemetryCapability(
|
||||
conductorService.getConductor(),
|
||||
new TelemetryCapability(domainObject)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user