Skip to content

Commit

Permalink
Fix deletion typo that crept in right before last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Jul 1, 2010
1 parent e1cb09d commit 1410deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Expand Up @@ -199,7 +199,7 @@ jQuery.fn = jQuery.prototype = {

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

Expand Down

0 comments on commit 1410deb

Please sign in to comment.