Fixed bubbling of live events (if an inner element handles an event first - and stops...
[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