decoupling styles retrieval from the attr method
[jquery.git] / src / support.js
index 3d80548..f4b706b 100644 (file)
        });
 })();
 
-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",