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 186a216..78f0cae 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 ) {