aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle-jquery.js
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-12-06 17:47:41 -0800
committerJohn Resig <jeresig@gmail.com>2009-12-06 17:47:41 -0800
commit3f7fc25494988ee5be66c0af0d552b24f0ca1b79 (patch)
tree51b0efc88a5da29d27134cf29743a4a6e0f1580a /src/sizzle-jquery.js
parent209278915592fc63bd62039e246046d446d329e0 (diff)
downloadjquery-3f7fc25494988ee5be66c0af0d552b24f0ca1b79.tar.gz
jquery-3f7fc25494988ee5be66c0af0d552b24f0ca1b79.zip
Use the getText utility function provided by Sizzle.
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 6f2c86f20..3d15128c9 100644
--- a/src/sizzle-jquery.js
+++ b/src/sizzle-jquery.js
@@ -2,5 +2,6 @@ jQuery.find = Sizzle;
jQuery.expr = Sizzle.selectors;
jQuery.expr[":"] = jQuery.expr.filters;
jQuery.unique = Sizzle.uniqueSort;
+jQuery.getText = getText;
return;