mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 16:36:13 +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:
parent
2b27c1cabc
commit
d080a67b43
@ -19,7 +19,7 @@
|
||||
{
|
||||
"provides": "modelService",
|
||||
"type": "provider",
|
||||
"implementation": "models/StaticModelProvider.js",
|
||||
"implementation": "models/StaticModelProvider",
|
||||
"depends": [ "models[]", "$q", "$log" ]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user