testrunner: Removing every global variable leaked within (and outside) tests. Some...
[jquery.git] / test / data / test2.html
index 1df6151..363c6de 100644 (file)
@@ -1,5 +1,5 @@
 <script type="text/javascript">
-var testFoo = "foo";
+jQuery.testFoo = "foo";
 jQuery('#foo').html('foo');
 ok( true, "test2.html executed" );
 </script>