Merge pull request #1357 from nasa/umd-1356

[Build] Change global namespace name
This commit is contained in:
Pete Richards 2016-12-14 13:34:05 -08:00 committed by GitHub
commit abd9fdec38

View File

@ -34,6 +34,6 @@
} else if (typeof exports === 'object') {
module.exports = factory();
} else {
root.MCT = factory();
root.openmct = factory();
}
}(this, function() {