diff options
author | John Resig <jeresig@gmail.com> | 2009-12-06 17:47:41 -0800 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-12-06 17:47:41 -0800 |
commit | 3f7fc25494988ee5be66c0af0d552b24f0ca1b79 (patch) | |
tree | 51b0efc88a5da29d27134cf29743a4a6e0f1580a /src/sizzle-jquery.js | |
parent | 209278915592fc63bd62039e246046d446d329e0 (diff) | |
download | jquery-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.js | 1 |
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; |