testrunner: Putting back the global variables used for ajax tests. I added many calls...
[jquery.git] / test / data / test2.html
index 363c6de..dec2b5d 100644 (file)
@@ -1,5 +1,5 @@
 <script type="text/javascript">
-jQuery.testFoo = "foo";
+testFoo = "foo";
 jQuery('#foo').html('foo');
 ok( true, "test2.html executed" );
 </script>