From 7bd753c49bf80c016bbe74bef45bea4a7e7722b8 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Thu, 26 Jun 2014 18:00:43 -0700 Subject: [PATCH] Make System global always. Otherwise we can't get to it in ES6 --- lib/system.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/system.js b/lib/system.js index 9b6ca04..86ee247 100644 --- a/lib/system.js +++ b/lib/system.js @@ -217,12 +217,6 @@ } System.paths = { '*': '*.js' }; - if (global.System && global.traceur) - global.traceurSystem = global.System; - - if (isBrowser) - global.System = System; - //