aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/test.js
diff options
context:
space:
mode:
authorAriel Flesler <aflesler@gmail.com>2009-01-10 00:16:48 +0000
committerAriel Flesler <aflesler@gmail.com>2009-01-10 00:16:48 +0000
commitafb05081c013bdd38e0dc8ac1c99bbb9f5a00559 (patch)
tree60e3cea505626de9435a3575a1c73cf45f0c5dcf /test/data/test.js
parentd62875fb0181c44f8b34a8e842ae323801637b25 (diff)
downloadjquery-afb05081c013bdd38e0dc8ac1c99bbb9f5a00559.tar.gz
jquery-afb05081c013bdd38e0dc8ac1c99bbb9f5a00559.zip
testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again.
Diffstat (limited to 'test/data/test.js')
-rw-r--r--test/data/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/test.js b/test/data/test.js
index 98e76de36..403d0d45d 100644
--- a/test/data/test.js
+++ b/test/data/test.js
@@ -1,3 +1,3 @@
-jQuery.foobar = "bar";
+foobar = "bar";
jQuery('#ap').html('bar');
ok( true, "test.js executed");