Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery into timmywil-cellpadding_support

This commit is contained in:
John Resig 2011-04-16 09:17:34 -07:00
commit 5b197b6c5f
2 changed files with 2 additions and 0 deletions

View file

@ -424,6 +424,7 @@ if ( !jQuery.support.getSetAttribute ) {
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",

View file

@ -20,6 +20,7 @@ test("jQuery.attrFix integrity test", function() {
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",