testrunner: Putting back the global variables used for ajax tests. I added many calls...
[jquery.git] / test / data / test.js
index f8bdd09..403d0d4 100644 (file)
@@ -1,3 +1,3 @@
-var foobar = "bar";\r
-$('#ap').html('bar');\r
+foobar = "bar";\r
+jQuery('#ap').html('bar');\r
 ok( true, "test.js executed");\r