Skip to content

Commit

Permalink
Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery
Browse files Browse the repository at this point in the history
 into timmywil-cellpadding_support
  • Loading branch information
jeresig committed Apr 16, 2011
2 parents 8312e2d + b6d2159 commit 5b197b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/attributes.js
Expand Up @@ -424,6 +424,7 @@ if ( !jQuery.support.getSetAttribute ) {
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",
Expand Down
1 change: 1 addition & 0 deletions test/unit/attributes.js
Expand Up @@ -20,6 +20,7 @@ test("jQuery.attrFix integrity test", function() {
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",
Expand Down

0 comments on commit 5b197b6

Please sign in to comment.