mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 05:15:05 -05:00
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:
@@ -5,5 +5,3 @@ jQuery.unique = Sizzle.uniqueSort;
|
||||
jQuery.text = getText;
|
||||
jQuery.isXMLDoc = isXML;
|
||||
jQuery.contains = contains;
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user