mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
jquery core: Fixed a typo in a comment, closes #4294.
This commit is contained in:
parent
6914fc2969
commit
ece001f139
@ -71,7 +71,7 @@ jQuery.fn = jQuery.prototype = {
|
||||
return (context || rootjQuery).find( selector );
|
||||
|
||||
// HANDLE: $(expr, context)
|
||||
// (which is just equivalent to: $(content).find(expr)
|
||||
// (which is just equivalent to: $(context).find(expr)
|
||||
} else {
|
||||
return jQuery( context ).find( selector );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user