Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSS
  • Loading branch information
jzaefferer committed Feb 27, 2007
1 parent a782afd commit 52a78d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery/jquery.js
Expand Up @@ -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);
Expand Down

0 comments on commit 52a78d0

Please sign in to comment.