Merged in a missing argument from Sizzle.

This commit is contained in:
John Resig 2009-01-07 14:31:28 +00:00
parent d8706c5ac9
commit f9e0b1ed7a

View file

@ -717,7 +717,7 @@ if ( document.querySelectorAll ) (function(){
if ( !seed && context.nodeType === 9 ) {
try {
return makeArray( context.querySelectorAll(query) );
return makeArray( context.querySelectorAll(query), extra );
} catch(e){}
}