diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-05-25 13:58:05 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-05-25 13:58:05 -0400 |
commit | e5457a5a1faa642b0af13e87ee3f76f2ef704b30 (patch) | |
tree | 72de8a552aa92a86cf22ff09000afde40862aac3 /src/support.js | |
parent | b43910a496ccb2b44dcc11b64667e21521aa4994 (diff) | |
download | jquery-e5457a5a1faa642b0af13e87ee3f76f2ef704b30.tar.gz jquery-e5457a5a1faa642b0af13e87ee3f76f2ef704b30.zip |
Remove unnecessary background setting in support now that we have the div reversion. Test added.
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/support.js b/src/support.js index 4420b7fca..e0474e763 100644 --- a/src/support.js +++ b/src/support.js @@ -147,9 +147,7 @@ jQuery.support = (function() { width: 0, height: 0, border: 0, - margin: 0, - // Set background to avoid IE crashes when removing (#9028) - background: "none" + margin: 0 }; if ( body ) { jQuery.extend( testElementStyle, { |