mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 07:16:39 +00:00
[Time Conductor] Fix extension definition
...for FormatProvider. Depends should be an array.
This commit is contained in:
parent
741fc57442
commit
86c61f7543
@ -7,7 +7,7 @@
|
||||
"provides": "formatService",
|
||||
"type": "provider",
|
||||
"implementation": "FormatProvider.js",
|
||||
"depends": "formats[]"
|
||||
"depends": [ "formats[]" ]
|
||||
}
|
||||
],
|
||||
"formats": [
|
||||
|
Loading…
Reference in New Issue
Block a user