mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 00:57:11 +00:00
[Core] Workaround require quirk
Work around quirk of require; it does not like to see the same script twice with and with a .js, so remove the .js extension from the bundle definition. WTD-573.
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
{
|
{
|
||||||
"provides": "modelService",
|
"provides": "modelService",
|
||||||
"type": "provider",
|
"type": "provider",
|
||||||
"implementation": "models/StaticModelProvider.js",
|
"implementation": "models/StaticModelProvider",
|
||||||
"depends": [ "models[]", "$q", "$log" ]
|
"depends": [ "models[]", "$q", "$log" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user