mirror of
https://github.com/jquery/jquery.git
synced 2026-02-08 04:25:06 -05:00
Core: Remove unnecessary parameter to jQuery#constructor
Closes gh-2441
This commit is contained in:
committed by
Michał Gołębiowski
parent
ab30934c1d
commit
98cee73244
@@ -105,7 +105,7 @@ jQuery.fn = jQuery.prototype = {
|
||||
},
|
||||
|
||||
end: function() {
|
||||
return this.prevObject || this.constructor( null );
|
||||
return this.prevObject || this.constructor();
|
||||
},
|
||||
|
||||
// For internal use only.
|
||||
|
||||
Reference in New Issue
Block a user