From bfdbb4dacb46189beb31e9132a602de8cce55d2f Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 14 Dec 2016 10:04:00 -0800 Subject: [PATCH] [Build] Change global namespace name ...to match name of module. Fixes #1356 --- src/start.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.frag b/src/start.frag index 5cd7cf2114..1bf79ae6fd 100644 --- a/src/start.frag +++ b/src/start.frag @@ -34,6 +34,6 @@ } else if (typeof exports === 'object') { module.exports = factory(); } else { - root.MCT = factory(); + root.openmct = factory(); } }(this, function() {