X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fcore.js;h=d78ec7e4121c2a1efee7231bd1db1ee64985cfbc;hb=20827707a94c8569bcc422f71bf5b37bc55695df;hp=e0428c424cedfed08fe9d28f7796b2d6833be3a5;hpb=6f4b08cdf9cb334f8531fe06a20153defb7f95b6;p=jquery.git diff --git a/src/core.js b/src/core.js index e0428c4..d78ec7e 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 ) {