Fixed use of eval() and new Function() to work within the correct scope (and not...
[jquery.git] / build / test / data / test.js
index 9294f06..f8bdd09 100644 (file)
@@ -1,2 +1,3 @@
-foobar = "bar";\r
+var foobar = "bar";\r
 $('#ap').html('bar');\r
+ok( true, "test.js executed");\r