[Build] Change global namespace name

...to match name of module. Fixes 
This commit is contained in:
Victor Woeltjen 2016-12-14 10:04:00 -08:00
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() {