mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 08:28:08 -05:00
Removed unnecessary comment
This commit is contained in:
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;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user