Core: Remove unnecessary parameter to jQuery#constructor

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

View File

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