Remove the need for the return in sizzle-jquery and just remove the attempt to expose Sizzle completely. jQuery is 100% passing JSLint ('make lint') now.

This commit is contained in:
jeresig 2010-03-01 21:56:08 -05:00
parent 950b5d64a2
commit a33d01a7b0
2 changed files with 1 additions and 3 deletions

View file

@ -5,5 +5,3 @@ jQuery.unique = Sizzle.uniqueSort;
jQuery.text = getText;
jQuery.isXMLDoc = isXML;
jQuery.contains = contains;
return;