Skip to content

Commit

Permalink
Core: Remove unnecessary parameter to jQuery#constructor
Browse files Browse the repository at this point in the history
Closes gh-2441
  • Loading branch information
mixed authored and mgol committed Sep 8, 2015
1 parent ab30934 commit 98cee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 98cee73

Please sign in to comment.