X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=47343c3635137bda5da19ff7857ee55ac69da083;hb=a4a6dfa6bd374904360c4e14c69319fe6ea3e180;hp=cd4d4e79698fb4b64ce304a778a1363e3fc3320b;hpb=a782afdfd00f12cc6fab25c83bbaeefd0705b544;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index cd4d4e7..47343c3 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -2288,7 +2288,7 @@ jQuery.each( [ "eq", "lt", "gt", "contains" ], function(i,n){ */ /** - * Set the CSS width of every matched element. If no explicit unit + * Set the CSS height of every matched element. If no explicit unit * was specified (like 'em' or '%') then "px" is added to the width. * * @example $("p").height(20);