Skip to content

Commit 87b3ea4

Browse files
committed
Added some extra methods for making result set merging easier.
1 parent 21dde30 commit 87b3ea4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,10 @@ jQuery.fn = jQuery.prototype = {
267267
},
268268

269269
// For internal use only.
270-
// Behaves like an Array's .push method, not like a jQuery method.
270+
// Behaves like an Array's method, not like a jQuery method.
271271
push: [].push,
272+
sort: [].sort,
273+
splice: [].splice,
272274

273275
find: function( selector ) {
274276
if ( this.length === 1 ) {

0 commit comments

Comments
 (0)