jquery core: Fixed a typo in a comment, closes #4294.
This commit is contained in:
parent
6914fc2969
commit
ece001f139
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ jQuery.fn = jQuery.prototype = {
|
||||||
return (context || rootjQuery).find( selector );
|
return (context || rootjQuery).find( selector );
|
||||||
|
|
||||||
// HANDLE: $(expr, context)
|
// HANDLE: $(expr, context)
|
||||||
// (which is just equivalent to: $(content).find(expr)
|
// (which is just equivalent to: $(context).find(expr)
|
||||||
} else {
|
} else {
|
||||||
return jQuery( context ).find( selector );
|
return jQuery( context ).find( selector );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue