aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testinit.js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-09-29 18:06:16 +0000
committerJohn Resig <jeresig@gmail.com>2009-09-29 18:06:16 +0000
commit8df82d2b04505a45408c2fcf22859a4c60af2e58 (patch)
treea275869832f890a5819d1733e49ac4830c0edb28 /test/data/testinit.js
parent69e6e53555f21f07b534f1169298f7b33011bb4b (diff)
downloadjquery-8df82d2b04505a45408c2fcf22859a4c60af2e58.tar.gz
jquery-8df82d2b04505a45408c2fcf22859a4c60af2e58.zip
Moved the init test script off into a separate file.
Diffstat (limited to 'test/data/testinit.js')
-rw-r--r--test/data/testinit.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js
new file mode 100644
index 000000000..41aa396b4
--- /dev/null
+++ b/test/data/testinit.js
@@ -0,0 +1,4 @@
+var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
+ $ = this.$ || "$",
+ originaljQuery = jQuery,
+ original$ = $;