Skip to content
Permalink
Browse files
No commit message
  • Loading branch information
Gilles van den Hoven committed Oct 11, 2006
1 parent dde208f commit 6de5a6b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1828,7 +1828,7 @@ jQuery.extend({
"for": "htmlFor",
"class": "className",
"float": jQuery.browser.msie ? "styleFloat" : "cssFloat",
cssFloat: fix["float"],
cssFloat: jQuery.browser.msie ? "styleFloat" : "cssFloat",
innerHTML: "innerHTML",
className: "className",
value: "value",

0 comments on commit 6de5a6b

Please sign in to comment.