Merged in a missing argument from Sizzle.
This commit is contained in:
parent
d8706c5ac9
commit
f9e0b1ed7a
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ if ( document.querySelectorAll ) (function(){
|
||||||
|
|
||||||
if ( !seed && context.nodeType === 9 ) {
|
if ( !seed && context.nodeType === 9 ) {
|
||||||
try {
|
try {
|
||||||
return makeArray( context.querySelectorAll(query) );
|
return makeArray( context.querySelectorAll(query), extra );
|
||||||
} catch(e){}
|
} catch(e){}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue