mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user