Moved the init test script off into a separate file.
[jquery.git] / test / data / testinit.js
diff --git a/test/data/testinit.js b/test/data/testinit.js
new file mode 100644 (file)
index 0000000..41aa396
--- /dev/null
@@ -0,0 +1,4 @@
+var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
+       $ = this.$ || "$",
+       originaljQuery = jQuery,
+       original$ = $;