Disable building the lite and packed versions of jQuery by default (no longer needed).
[jquery.git] / src / core.js
index e0428c4..d78ec7e 100644 (file)
@@ -267,8 +267,10 @@ jQuery.fn = jQuery.prototype = {
        },
 
        // For internal use only.
-       // Behaves like an Array's .push method, not like a jQuery method.
+       // Behaves like an Array's method, not like a jQuery method.
        push: [].push,
+       sort: [].sort,
+       splice: [].splice,
 
        find: function( selector ) {
                if ( this.length === 1 ) {