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:
6141984
)
jquery core: adding rowSpan to jQuery.props.
author
Ariel Flesler
<aflesler@gmail.com>
Tue, 27 May 2008 19:17:26 +0000
(19:17 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Tue, 27 May 2008 19:17:26 +0000
(19:17 +0000)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
478de97
..
5e1f0b0
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-1244,7
+1244,8
@@
jQuery.extend({
styleFloat: styleFloat,
readonly: "readOnly",
maxlength: "maxLength",
- cellspacing: "cellSpacing"
+ cellspacing: "cellSpacing",
+ rowspan: "rowSpan"
}
});