Skip to content
Permalink
Browse files
jquery core: adding rowSpan to jQuery.props.
  • Loading branch information
flesler committed May 27, 2008
1 parent 6141984 commit e87d2c7
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1244,7 +1244,8 @@ jQuery.extend({
styleFloat: styleFloat,
readonly: "readOnly",
maxlength: "maxLength",
cellspacing: "cellSpacing"
cellspacing: "cellSpacing",
rowspan: "rowSpan"
}
});

0 comments on commit e87d2c7

Please sign in to comment.