diff --git a/src/core.js b/src/core.js index e0428c42..d78ec7e4 100644 --- a/src/core.js +++ b/src/core.js @@ -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 ) {