aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-multi.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/global-multi.js')
-rw-r--r--thirdparty/systemjs/test/tests/global-multi.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/thirdparty/systemjs/test/tests/global-multi.js b/thirdparty/systemjs/test/tests/global-multi.js
deleted file mode 100644
index e7f0b5cfc..000000000
--- a/thirdparty/systemjs/test/tests/global-multi.js
+++ /dev/null
@@ -1,6 +0,0 @@
-(function(window) {
- window.j$ = window.jjQuery = {
- jquery: 'here'
- };
-})(typeof window != 'undefined' ? window : global);
-