jquery core: adding rowSpan to jQuery.props.
This commit is contained in:
parent
6141984b71
commit
e87d2c7a58
|
@ -1244,7 +1244,8 @@ jQuery.extend({
|
|||
styleFloat: styleFloat,
|
||||
readonly: "readOnly",
|
||||
maxlength: "maxLength",
|
||||
cellspacing: "cellSpacing"
|
||||
cellspacing: "cellSpacing",
|
||||
rowspan: "rowSpan"
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue