X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fsupport.js;h=f4b706ba921e6a0813eecc37296a097b3ec600e6;hb=d7d908b05a442745c1a90728805b74db0a7921cf;hp=3d8054821d39127458c807327a091295a83850a3;hpb=6914fc29690d0d4ff7fa7ef2dd7862ef34e9aeb5;p=jquery.git diff --git a/src/support.js b/src/support.js index 3d80548..f4b706b 100644 --- a/src/support.js +++ b/src/support.js @@ -91,14 +91,9 @@ }); })(); -var styleFloat = jQuery.support.cssFloat ? "cssFloat" : "styleFloat"; - jQuery.props = { "for": "htmlFor", "class": "className", - "float": styleFloat, - cssFloat: styleFloat, - styleFloat: styleFloat, readonly: "readOnly", maxlength: "maxLength", cellspacing: "cellSpacing",