]> source.dussan.org Git - jquery.git/commitdiff
Add back the background: none setting to avoid any possible crashes in IE from the...
authortimmywil <timmywillisn@gmail.com>
Thu, 4 Aug 2011 22:41:34 +0000 (18:41 -0400)
committertimmywil <timmywillisn@gmail.com>
Thu, 4 Aug 2011 22:41:34 +0000 (18:41 -0400)
src/support.js

index ec639348cb6c97d6d6f8c95fdc8263d6ca946bb2..2784cf90b7851098e7d0000c0ec4fdfc3ccbed39 100644 (file)
@@ -146,7 +146,8 @@ jQuery.support = (function() {
                width: 0,
                height: 0,
                border: 0,
-               margin: 0
+               margin: 0,
+               background: "none"
        };
        if ( body ) {
                jQuery.extend( testElementStyle, {