Skip to content
Permalink
Browse files
Add back the background: none setting to avoid any possible crashes i…
…n IE from the support testElement. Fixes #9823.
  • Loading branch information
timmywil committed Aug 4, 2011
1 parent 700c16b commit 5c4a9cc
Showing 1 changed file with 2 additions and 1 deletion.
@@ -146,7 +146,8 @@ jQuery.support = (function() {
width: 0,
height: 0,
border: 0,
margin: 0
margin: 0,
background: "none"
};
if ( body ) {
jQuery.extend( testElementStyle, {

0 comments on commit 5c4a9cc

Please sign in to comment.