Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jan 23, 2007
1 parent d946454 commit 0eb642c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jquery/jquery.js
Expand Up @@ -259,7 +259,6 @@ jQuery.fn = jQuery.prototype = {
pushStack: function( a ) {
var ret = jQuery(a);
ret.prevObject = this;
//return ret.setArray( a );
return ret;
},

Expand Down

0 comments on commit 0eb642c

Please sign in to comment.