CSS: Drop the float mapping from cssProps

Firefox 35 and newer support style.float directly.

Closes #3569
This commit is contained in:
Michał Gołębiowski 2017-05-06 20:52:07 +02:00 committed by GitHub
parent b3defccdc0
commit bbf334282b

View File

@ -201,9 +201,7 @@ jQuery.extend( {
// Add in properties whose names you wish to fix before
// setting or getting the value
cssProps: {
"float": "cssFloat"
},
cssProps: {},
// Get and set the style property on a DOM Node
style: function( elem, name, value, extra ) {