aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle-jquery.js
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-10-22 01:18:58 -0400
committerjeresig <jeresig@gmail.com>2010-10-22 01:18:58 -0400
commit424500bcf068a234b13cd9ef33d94580c35eeb86 (patch)
tree3beefc560db3a2a805a29356393124c26caa20ed /src/sizzle-jquery.js
parent6bc30425f6d3c9c1eaddacc5d08bb29a4a0636ca (diff)
downloadjquery-424500bcf068a234b13cd9ef33d94580c35eeb86.tar.gz
jquery-424500bcf068a234b13cd9ef33d94580c35eeb86.zip
Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thanks to @rkatic for the catch! Fixes #7220.
Diffstat (limited to 'src/sizzle-jquery.js')
-rw-r--r--src/sizzle-jquery.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sizzle-jquery.js b/src/sizzle-jquery.js
index f15b08252..253aaa4fd 100644
--- a/src/sizzle-jquery.js
+++ b/src/sizzle-jquery.js
@@ -2,6 +2,3 @@ jQuery.find = Sizzle;
jQuery.expr = Sizzle.selectors;
jQuery.expr[":"] = jQuery.expr.filters;
jQuery.unique = Sizzle.uniqueSort;
-jQuery.text = Sizzle.getText;
-jQuery.isXMLDoc = Sizzle.isXML;
-jQuery.contains = Sizzle.contains;