jquery core: Fixed a typo in a comment, closes #4294.

This commit is contained in:
Ariel Flesler 2009-03-05 13:36:12 +00:00
parent 6914fc2969
commit ece001f139

View File

@ -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 );
}