From e87d2c7a5812299ae8390987aec21cc954a8e45a Mon Sep 17 00:00:00 2001 From: Ariel Flesler Date: Tue, 27 May 2008 19:17:26 +0000 Subject: [PATCH] jquery core: adding rowSpan to jQuery.props. --- src/core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 478de97..5e1f0b0 100644 --- a/src/core.js +++ b/src/core.js @@ -1244,7 +1244,8 @@ jQuery.extend({ styleFloat: styleFloat, readonly: "readOnly", maxlength: "maxLength", - cellspacing: "cellSpacing" + cellspacing: "cellSpacing", + rowspan: "rowSpan" } }); -- 1.7.10.4