diff --git a/src/core.js b/src/core.js index 3fec8f1cb..3b42d73ab 100644 --- a/src/core.js +++ b/src/core.js @@ -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.