diff options
author | jeresig <jeresig@gmail.com> | 2010-10-22 01:18:58 -0400 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-10-22 01:18:58 -0400 |
commit | 424500bcf068a234b13cd9ef33d94580c35eeb86 (patch) | |
tree | 3beefc560db3a2a805a29356393124c26caa20ed /src/sizzle-jquery.js | |
parent | 6bc30425f6d3c9c1eaddacc5d08bb29a4a0636ca (diff) | |
download | jquery-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.js | 3 |
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; |