Removed unnecessary comment
This commit is contained in:
parent
d9464547e0
commit
0eb642cc1f
1 changed files with 0 additions and 1 deletions
1
src/jquery/jquery.js
vendored
1
src/jquery/jquery.js
vendored
|
@ -259,7 +259,6 @@ jQuery.fn = jQuery.prototype = {
|
|||
pushStack: function( a ) {
|
||||
var ret = jQuery(a);
|
||||
ret.prevObject = this;
|
||||
//return ret.setArray( a );
|
||||
return ret;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue