Core: Remove unnecessary parameter to jQuery#constructor

(cherry-picked from 98cee73244)

Closes gh-2441
This commit is contained in:
Yongwoo Jeon 2015-07-02 15:33:38 +09:00 committed by Michał Gołębiowski
parent 648280a071
commit dc76dca295

View File

@ -106,7 +106,7 @@ jQuery.fn = jQuery.prototype = {
},
end: function() {
return this.prevObject || this.constructor( null );
return this.prevObject || this.constructor();
},
// For internal use only.