Remove the need for the return in sizzle-jquery and just remove the attempt to expose...
[jquery.git] / src / sizzle-jquery.js
index 8265410..99f4d29 100644 (file)
@@ -5,5 +5,3 @@ jQuery.unique = Sizzle.uniqueSort;
 jQuery.text = getText;
 jQuery.isXMLDoc = isXML;
 jQuery.contains = contains;
-
-return;