fix for #4397
This commit is contained in:
parent
ed087197ce
commit
fd281e493d
|
@ -102,5 +102,6 @@ jQuery.props = {
|
||||||
maxlength: "maxLength",
|
maxlength: "maxLength",
|
||||||
cellspacing: "cellSpacing",
|
cellspacing: "cellSpacing",
|
||||||
rowspan: "rowSpan",
|
rowspan: "rowSpan",
|
||||||
|
colspan: "colSpan",
|
||||||
tabindex: "tabIndex"
|
tabindex: "tabIndex"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue