mirror of
https://github.com/nasa/openmct.git
synced 2025-04-12 05:40:17 +00:00
[Build] Change global namespace name
...to match name of module. Fixes #1356
This commit is contained in:
parent
a920220122
commit
bfdbb4dacb
@ -34,6 +34,6 @@
|
||||
} else if (typeof exports === 'object') {
|
||||
module.exports = factory();
|
||||
} else {
|
||||
root.MCT = factory();
|
||||
root.openmct = factory();
|
||||
}
|
||||
}(this, function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user