aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle-jquery.js
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-12-09 12:43:13 -0800
committerJohn Resig <jeresig@gmail.com>2009-12-09 12:43:13 -0800
commit4e27f17007c2329e31b449e61bb31197b90a37f1 (patch)
tree78feeb48b09ad8d78fd93e4a65be7bd22af2cd22 /src/sizzle-jquery.js
parent9e60fec46b2394541f75da3e333094d41069e84f (diff)
downloadjquery-4e27f17007c2329e31b449e61bb31197b90a37f1.tar.gz
jquery-4e27f17007c2329e31b449e61bb31197b90a37f1.zip
Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fixes #4101.
Diffstat (limited to 'src/sizzle-jquery.js')
-rw-r--r--src/sizzle-jquery.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sizzle-jquery.js b/src/sizzle-jquery.js
index cb4c8e173..4243c504c 100644
--- a/src/sizzle-jquery.js
+++ b/src/sizzle-jquery.js
@@ -4,5 +4,6 @@ jQuery.expr[":"] = jQuery.expr.filters;
jQuery.unique = Sizzle.uniqueSort;
jQuery.getText = getText;
jQuery.isXMLDoc = isXML;
+jQuery.contains = contains;
return;