mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
[TCv2] get conductor without service
This commit is contained in:
parent
6501e2eb5f
commit
900752208f
@ -41,6 +41,15 @@ define([
|
||||
legacyRegistry.register("platform/features/conductor-v2/conductor", {
|
||||
"extensions": {
|
||||
"services": [
|
||||
{
|
||||
"key": "timeConductor",
|
||||
"implementation": function (timeConductorService) {
|
||||
return timeConductorService.conductor();
|
||||
},
|
||||
"depends": [
|
||||
"timeConductorService"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "timeConductorService",
|
||||
"implementation": TimeConductorService
|
||||
|
Loading…
Reference in New Issue
Block a user