aboutsummaryrefslogtreecommitdiff
path: root/test/tests/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/global.js')
-rw-r--r--test/tests/global.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tests/global.js b/test/tests/global.js
new file mode 100644
index 000000000..ae948f58c
--- /dev/null
+++ b/test/tests/global.js
@@ -0,0 +1,6 @@
+jjQuery = {
+ v: '2.0..0'
+};
+another = {
+ some: 'thing'
+}; \ No newline at end of file