Skip to content

Commit dc76dca

Browse files
mixedmgol
authored andcommitted
Core: Remove unnecessary parameter to jQuery#constructor
(cherry-picked from 98cee73) Closes gh-2441
1 parent 648280a commit dc76dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jQuery.fn = jQuery.prototype = {
106106
},
107107

108108
end: function() {
109-
return this.prevObject || this.constructor( null );
109+
return this.prevObject || this.constructor();
110110
},
111111

112112
// For internal use only.

0 commit comments

Comments
 (0)