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