Fix broken selector code from last commit.

This commit is contained in:
jeresig 2010-10-22 01:48:32 -04:00
parent 424500bcf0
commit d9a3e0080a
3 changed files with 83 additions and 50 deletions

View file

@ -2,3 +2,6 @@ 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;