aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
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.