mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
define([
|
||||
"./core",
|
||||
"./var/strundefined",
|
||||
"./core/swap"
|
||||
], function( jQuery, strundefined ) {
|
||||
|
||||
jQuery.support = (function( support ) {
|
||||
|
||||
var all, a, input, select, fragment, opt, eventName, isSupported, i,
|
||||
@@ -208,7 +214,7 @@ jQuery.support = (function( support ) {
|
||||
!parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight );
|
||||
}
|
||||
|
||||
if ( typeof div.style.zoom !== core_strundefined ) {
|
||||
if ( typeof div.style.zoom !== strundefined ) {
|
||||
// Support: IE<8
|
||||
// Check if natively block-level elements act like inline-block
|
||||
// elements when setting their display to 'inline' and giving
|
||||
@@ -244,3 +250,4 @@ jQuery.support = (function( support ) {
|
||||
return support;
|
||||
})({});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user