mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
committed by
Oleg Gaidarenko
parent
b59b819ffe
commit
835e8c4ae3
@@ -1,7 +1,6 @@
|
||||
define([
|
||||
"../var/strundefined",
|
||||
"../var/support"
|
||||
], function( strundefined, support ) {
|
||||
], function( support ) {
|
||||
|
||||
(function() {
|
||||
var shrinkWrapBlocksVal;
|
||||
@@ -31,7 +30,7 @@ define([
|
||||
|
||||
// Support: IE6
|
||||
// Check if elements with layout shrink-wrap their children
|
||||
if ( typeof div.style.zoom !== strundefined ) {
|
||||
if ( typeof div.style.zoom !== "undefined" ) {
|
||||
// Reset CSS: box-sizing; display; margin; border
|
||||
div.style.cssText =
|
||||
// Support: Firefox<29, Android 2.3
|
||||
|
||||
Reference in New Issue
Block a user