Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / test / data / test2.html
index 363c6de..1df6151 100644 (file)
@@ -1,5 +1,5 @@
 <script type="text/javascript">
-jQuery.testFoo = "foo";
+var testFoo = "foo";
 jQuery('#foo').html('foo');
 ok( true, "test2.html executed" );
 </script>