aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.js')
-rw-r--r--src/support.js1
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"
};