Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thanks to @rkatic for the catch! Fixes #7220.
This commit is contained in:
parent
6bc30425f6
commit
424500bcf0
3 changed files with 50 additions and 83 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue