Fixed a missing semicolon. Fixes jQuery bug #3927.

This commit is contained in:
John Resig 2009-01-20 19:58:19 +00:00
parent 0468e31bf7
commit db10da345e

View file

@ -832,7 +832,7 @@ var posProcess = function(selector, context){
}
return Sizzle.filter( later, tmpSet );
}
};
// EXPOSE
jQuery.find = Sizzle;