mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 11:17:04 +00:00
Merge pull request #1357 from nasa/umd-1356
[Build] Change global namespace name
This commit is contained in:
commit
abd9fdec38
@ -34,6 +34,6 @@
|
||||
} else if (typeof exports === 'object') {
|
||||
module.exports = factory();
|
||||
} else {
|
||||
root.MCT = factory();
|
||||
root.openmct = factory();
|
||||
}
|
||||
}(this, function() {
|
||||
|
Loading…
Reference in New Issue
Block a user