jquery core: adding rowSpan to jQuery.props.
[jquery.git] / src / core.js
index 478de97..5e1f0b0 100644 (file)
@@ -1244,7 +1244,8 @@ jQuery.extend({
                styleFloat: styleFloat,
                readonly: "readOnly",
                maxlength: "maxLength",
-               cellspacing: "cellSpacing"
+               cellspacing: "cellSpacing",
+               rowspan: "rowSpan"
        }
 });