diff options
-rw-r--r-- | src/css.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/css.js b/src/css.js index 48a83404b..24c5c7327 100644 --- a/src/css.js +++ b/src/css.js @@ -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 ) { |