From 1eae1541b8b4ca054d63d48f07001f55fa52fa5d Mon Sep 17 00:00:00 2001 From: John Resig Date: Mon, 12 Jan 2009 00:24:16 +0000 Subject: [PATCH] Made a note about the push method. --- src/core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core.js b/src/core.js index 186a216..78f0cae 100644 --- 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 ) { -- 1.7.10.4