Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thanks to @rkatic for the catch! Fixes #7220.

This commit is contained in:
jeresig 2010-10-22 01:18:58 -04:00
parent 6bc30425f6
commit 424500bcf0
3 changed files with 50 additions and 83 deletions

View file

@ -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;