mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Update Sizzle to 2.3.3
Fixes gh-3263
This commit is contained in:
parent
6160523d30
commit
cca2aa2254
4
external/sizzle/dist/sizzle.js
vendored
4
external/sizzle/dist/sizzle.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Sizzle CSS Selector Engine v2.3.2
|
* Sizzle CSS Selector Engine v2.3.3
|
||||||
* https://sizzlejs.com/
|
* https://sizzlejs.com/
|
||||||
*
|
*
|
||||||
* Copyright jQuery Foundation and other contributors
|
* Copyright jQuery Foundation and other contributors
|
||||||
@ -179,7 +179,7 @@ var i,
|
|||||||
|
|
||||||
disabledAncestor = addCombinator(
|
disabledAncestor = addCombinator(
|
||||||
function( elem ) {
|
function( elem ) {
|
||||||
return elem.disabled === true;
|
return elem.disabled === true && ("form" in elem || "label" in elem);
|
||||||
},
|
},
|
||||||
{ dir: "parentNode", next: "legend" }
|
{ dir: "parentNode", next: "legend" }
|
||||||
);
|
);
|
||||||
|
4
external/sizzle/dist/sizzle.min.js
vendored
4
external/sizzle/dist/sizzle.min.js
vendored
File diff suppressed because one or more lines are too long
2
external/sizzle/dist/sizzle.min.map
vendored
2
external/sizzle/dist/sizzle.min.map
vendored
File diff suppressed because one or more lines are too long
@ -53,7 +53,7 @@
|
|||||||
"qunitjs": "1.23.1",
|
"qunitjs": "1.23.1",
|
||||||
"requirejs": "2.2.0",
|
"requirejs": "2.2.0",
|
||||||
"sinon": "1.17.3",
|
"sinon": "1.17.3",
|
||||||
"sizzle": "2.3.2",
|
"sizzle": "2.3.3",
|
||||||
"strip-json-comments": "2.0.1",
|
"strip-json-comments": "2.0.1",
|
||||||
"testswarm": "1.1.0"
|
"testswarm": "1.1.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user