mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removed unnecessary comment
This commit is contained in:
parent
d9464547e0
commit
0eb642cc1f
1
src/jquery/jquery.js
vendored
1
src/jquery/jquery.js
vendored
@ -259,7 +259,6 @@ jQuery.fn = jQuery.prototype = {
|
|||||||
pushStack: function( a ) {
|
pushStack: function( a ) {
|
||||||
var ret = jQuery(a);
|
var ret = jQuery(a);
|
||||||
ret.prevObject = this;
|
ret.prevObject = this;
|
||||||
//return ret.setArray( a );
|
|
||||||
return ret;
|
return ret;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user