diff options
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support.js b/src/support.js index 18c494d51..f8d2ba345 100644 --- a/src/support.js +++ b/src/support.js @@ -102,5 +102,6 @@ jQuery.props = { maxlength: "maxLength", cellspacing: "cellSpacing", rowspan: "rowSpan", + colspan: "colSpan", tabindex: "tabIndex" }; |