added semicolons to end of 2 statements (and fixed a misspelled word in comment)
[jquery.git] / test / data / test.js
1 var foobar = "bar";
2 jQuery('#ap').html('bar');
3 ok( true, "test.js executed");