Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,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 ) {
Expand Down