From: Ariel Flesler Date: Tue, 27 May 2008 19:17:26 +0000 (+0000) Subject: jquery core: adding rowSpan to jQuery.props. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=e87d2c7a5812299ae8390987aec21cc954a8e45a;p=jquery.git jquery core: adding rowSpan to jQuery.props. --- 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" } });