Skip to content

Commit 1410deb

Browse files
committed
Fix deletion typo that crept in right before last commit.
1 parent e1cb09d commit 1410deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jQuery.fn = jQuery.prototype = {
199199

200200
// Take an array of elements and push it onto the stack
201201
// (returning the new matched element set)
202-
function( elems, name, selector ) {
202+
pushStack: function( elems, name, selector ) {
203203
// Build a new jQuery matched element set
204204
var ret = jQuery();
205205

0 commit comments

Comments
 (0)