From bbf334282b5c27394fc507b1778cf21850be7b93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Sat, 6 May 2017 20:52:07 +0200 Subject: [PATCH] CSS: Drop the float mapping from cssProps Firefox 35 and newer support style.float directly. Closes #3569 --- src/css.js | 4 +--- 1 file changed, 1 insertion(+), 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 ) { -- 2.39.5