X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fcore.js;h=78f0cae2d77e5c9c8b2c2d27a64994e9e2fe0bd0;hb=1eae1541b8b4ca054d63d48f07001f55fa52fa5d;hp=186a2161dac74d166b3f013c914520880b9f9e43;hpb=fa615bedd47bd8a4b11e8490e26d2c89d1d86e2a;p=jquery.git 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 ) {