jquery core: adding rowSpan to jQuery.props.

This commit is contained in:
Ariel Flesler 2008-05-27 19:17:26 +00:00
parent 6141984b71
commit e87d2c7a58

View file

@ -1244,7 +1244,8 @@ jQuery.extend({
styleFloat: styleFloat,
readonly: "readOnly",
maxlength: "maxLength",
cellspacing: "cellSpacing"
cellspacing: "cellSpacing",
rowspan: "rowSpan"
}
});