Added support for class selectors and class attribute selectors on XML documents...
[jquery.git] / test / data / test2.html
index dec2b5d..1df6151 100644 (file)
@@ -1,5 +1,5 @@
 <script type="text/javascript">
-testFoo = "foo";
+var testFoo = "foo";
 jQuery('#foo').html('foo');
 ok( true, "test2.html executed" );
 </script>