git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6914fc2
)
jquery core: Fixed a typo in a comment, closes #4294.
author
Ariel Flesler
<aflesler@gmail.com>
Thu, 5 Mar 2009 13:36:12 +0000
(13:36 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Thu, 5 Mar 2009 13:36:12 +0000
(13:36 +0000)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
c12b583
..
3dfb84a
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-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 );
}