mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 19:48:06 -05:00
jquery core: Fixed a typo in a comment, closes #4294.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user