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

View File

@ -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() {