git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a782afd
)
Backported wiki changes from http://docs.jquery.com/API/1.1.1/CSS
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 27 Feb 2007 21:33:27 +0000
(21:33 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Tue, 27 Feb 2007 21:33:27 +0000
(21:33 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
cd4d4e7
..
47343c3
100644
(file)
--- 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);