Made a note about the push method.

This commit is contained in:
John Resig 2009-01-12 00:24:16 +00:00
parent fa615bedd4
commit 1eae1541b8

View File

@ -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 ) {