mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
CSS: Drop the float mapping from cssProps
Firefox 35 and newer support style.float directly. Closes #3569
This commit is contained in:
parent
b3defccdc0
commit
bbf334282b
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user