From: Jörn Zaefferer Date: Tue, 27 Feb 2007 21:33:27 +0000 (+0000) Subject: Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSS X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=52a78d06a44a7047f34cf1f443cebaa7916e391d Backported wiki changes from docs.jquery.com/API/1.1.1/CSS --- 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);