From 52a78d06a44a7047f34cf1f443cebaa7916e391d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 27 Feb 2007 21:33:27 +0000 Subject: [PATCH] Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSS --- src/jquery/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.10.4