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, 6 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/global-multi.js b/thirdparty/systemjs/test/tests/global-multi.js
new file mode 100644
index 000000000..e7f0b5cfc
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/global-multi.js
@@ -0,0 +1,6 @@
+(function(window) {
+ window.j$ = window.jjQuery = {
+ jquery: 'here'
+ };
+})(typeof window != 'undefined' ? window : global);
+