aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-single-compiled.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/global-single-compiled.js')
-rw-r--r--thirdparty/systemjs/test/tests/global-single-compiled.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/thirdparty/systemjs/test/tests/global-single-compiled.js b/thirdparty/systemjs/test/tests/global-single-compiled.js
deleted file mode 100644
index 1c55c7506..000000000
--- a/thirdparty/systemjs/test/tests/global-single-compiled.js
+++ /dev/null
@@ -1,9 +0,0 @@
-System.registerDynamic([], false, function($__require, $__exports, $__module) {
- var _retrieveGlobal = System.get("@@global-helpers").prepareGlobal($__module.id, null, null);
- (function() {
- var foo = this["foobar"];
- var foo = 'foo';
- this["foobar"] = foo;
- })();
- return _retrieveGlobal();
-}) \ No newline at end of file