Wouldn't this patch suffice?
Index: MochiKit/DOM.js
===================================================================
--- MochiKit/DOM.js (revision 1176)
+++ MochiKit/DOM.js (working copy)
@@ -896,7 +896,8 @@
"checked": "defaultChecked",
"usemap": "useMap",
"for": "htmlFor",
- "readonly": "readOnly"
+ "readonly": "readOnly",
+ "colspan": "colSpan"
};
} else {
attributeArray = function (node) {
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---