]> source.dussan.org Git - jquery.git/commitdiff
Made a note about the push method.
authorJohn Resig <jeresig@gmail.com>
Mon, 12 Jan 2009 00:24:16 +0000 (00:24 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 12 Jan 2009 00:24:16 +0000 (00:24 +0000)
src/core.js

index 186a2161dac74d166b3f013c914520880b9f9e43..78f0cae2d77e5c9c8b2c2d27a64994e9e2fe0bd0 100644 (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 ) {