X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=build%2Ftest%2Fdata%2Ftest.js;h=f8bdd091e43d23f64a6422b22c747e71e3d7db4a;hp=6ff89dd49e64006b91032a26080d73d33b081bce;hb=2ef4093cf7f52383dd43bd361864edcda27e5c3c;hpb=24db022ba06523f92e94ac5fa791fc4865b55ba7 diff --git a/build/test/data/test.js b/build/test/data/test.js index 6ff89dd..f8bdd09 100644 --- a/build/test/data/test.js +++ b/build/test/data/test.js @@ -1,3 +1,3 @@ -foobar = "bar"; +var foobar = "bar"; $('#ap').html('bar'); -ok( true, "test.js executed"); \ No newline at end of file +ok( true, "test.js executed");