Fixed a missing semicolon. Fixes jQuery bug #3927.
This commit is contained in:
parent
0468e31bf7
commit
db10da345e
|
@ -832,7 +832,7 @@ var posProcess = function(selector, context){
|
|||
}
|
||||
|
||||
return Sizzle.filter( later, tmpSet );
|
||||
}
|
||||
};
|
||||
|
||||
// EXPOSE
|
||||
jQuery.find = Sizzle;
|
||||
|
|
Loading…
Reference in a new issue