aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-dep.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/global-dep.js')
-rw-r--r--thirdparty/systemjs/test/tests/global-dep.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/global-dep.js b/thirdparty/systemjs/test/tests/global-dep.js
new file mode 100644
index 000000000..3f6511023
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/global-dep.js
@@ -0,0 +1,5 @@
+(function(window) {
+ window.jjQuery = {
+ v: '1.8.3'
+ };
+})(typeof window != 'undefined' ? window : global); \ No newline at end of file