jquery core: adding rowSpan to jQuery.props.
authorAriel Flesler <aflesler@gmail.com>
Tue, 27 May 2008 19:17:26 +0000 (19:17 +0000)
committerAriel Flesler <aflesler@gmail.com>
Tue, 27 May 2008 19:17:26 +0000 (19:17 +0000)
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"
        }
 });