X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=deb214bcd7f3f34ea4507a6a9c06920a9e4f0c84;hb=3527e8f6745786e65dc209f1518372f3270a9920;hp=d5c790007fe4b49c6276228a33b8bf45eb6600d1;hpb=3672372c1871d3626447006f0dccc4858a6aeedf;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index d5c7900..deb214b 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -493,7 +493,7 @@ jQuery.fn = jQuery.prototype = { * representation of itself. Eg. fontWeight, fontSize, fontFamily, borderWidth, * borderStyle, borderBottomWidth etc. * - * @test ok( $('#foo').css("display") == 'block', 'Check for css property "display"'); + * @test ok( $('#main').css("display") == 'none', 'Check for css property "display"'); * * @name css * @type Object