aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-03-01 21:56:08 -0500
committerjeresig <jeresig@gmail.com>2010-03-01 21:56:08 -0500
commita33d01a7b09f2b3b06ba273b89b77fec8d20b144 (patch)
treecdf18c21b34a6269488127a3fbbb9f2c954ad141 /src
parent950b5d64a27994db1697eb4e605f5ea48ad8021b (diff)
downloadjquery-a33d01a7b09f2b3b06ba273b89b77fec8d20b144.tar.gz
jquery-a33d01a7b09f2b3b06ba273b89b77fec8d20b144.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/sizzle-jquery.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sizzle-jquery.js b/src/sizzle-jquery.js
index 8265410dc..99f4d291b 100644
--- a/src/sizzle-jquery.js
+++ b/src/sizzle-jquery.js
@@ -5,5 +5,3 @@ jQuery.unique = Sizzle.uniqueSort;
jQuery.text = getText;
jQuery.isXMLDoc = isXML;
jQuery.contains = contains;
-
-return;