Skip to content

Commit 98cee73

Browse files
mixedmgol
authored andcommitted
Core: Remove unnecessary parameter to jQuery#constructor
Closes gh-2441
1 parent ab30934 commit 98cee73

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
@@ -105,7 +105,7 @@ jQuery.fn = jQuery.prototype = {
105105
},
106106

107107
end: function() {
108-
return this.prevObject || this.constructor( null );
108+
return this.prevObject || this.constructor();
109109
},
110110

111111
// For internal use only.

0 commit comments

Comments
 (0)