Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSS
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 27 Feb 2007 21:33:27 +0000 (21:33 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Tue, 27 Feb 2007 21:33:27 +0000 (21:33 +0000)
src/jquery/jquery.js

index cd4d4e7..47343c3 100644 (file)
@@ -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);