diff --git a/src/system-production.js b/src/system-production.js index a76ba95aa..571658f2a 100644 --- a/src/system-production.js +++ b/src/system-production.js @@ -19,7 +19,7 @@ if (isBrowser || isWorker) { global.System.register = function () { if (register) register.apply(this, arguments); - System.register.apply(this, arguments); + System.register.apply(System, arguments); }; } }