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:
fa615be
)
Made a note about the push method.
author
John Resig
<jeresig@gmail.com>
Mon, 12 Jan 2009 00:24:16 +0000
(
00:24
+0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 12 Jan 2009 00:24:16 +0000
(
00:24
+0000)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
186a216
..
78f0cae
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-266,6
+266,8
@@
jQuery.fn = jQuery.prototype = {
return this.prevObject || jQuery( [] );
},
+ // For internal use only.
+ // Behaves like an Array's .push method, not like a jQuery method.
push: [].push,
find: function( selector ) {