From 0ea8c32863af31fb5cfc184e8d513bbae35583e8 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Thu, 8 Jan 2015 13:35:28 -0500 Subject: Core: Remove deprecated context and selector properties Fixes gh-1908 Closes gh-2000 --- src/core.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core.js') diff --git a/src/core.js b/src/core.js index 6ce1027a0..980af4e89 100644 --- a/src/core.js +++ b/src/core.js @@ -40,9 +40,6 @@ jQuery.fn = jQuery.prototype = { constructor: jQuery, - // Start with an empty selector - selector: "", - // The default length of a jQuery object is 0 length: 0, @@ -71,7 +68,6 @@ jQuery.fn = jQuery.prototype = { // Add the old object onto the stack (as a reference) ret.prevObject = this; - ret.context = this.context; // Return the newly-formed element set return ret; -- cgit v1.2.3