diff --git a/src/system.js b/src/system.js index 5d0f6d1a..c8af328a 100644 --- a/src/system.js +++ b/src/system.js @@ -5,7 +5,9 @@ SystemJSLoader.prototype.version = VERSION; var System = new SystemJSLoader(); -global.System = global.SystemJS = System; +global.SystemJS = System; + +global.System = global.System || global.SystemJS; if (typeof module !== 'undefined' && module.exports) module.exports = System;