diff options
author | John Resig <jeresig@gmail.com> | 2009-12-06 17:52:31 -0800 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-12-06 17:52:31 -0800 |
commit | 19ad49e607e91919210a766e17f67f0fc6af7af1 (patch) | |
tree | 7c2ed050861f45aa32a9c0009384dd7a71f326fa /src/sizzle-jquery.js | |
parent | 3f7fc25494988ee5be66c0af0d552b24f0ca1b79 (diff) | |
download | jquery-19ad49e607e91919210a766e17f67f0fc6af7af1.tar.gz jquery-19ad49e607e91919210a766e17f67f0fc6af7af1.zip |
Use the isXML function from 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 3d15128c9..cb4c8e173 100644 --- a/src/sizzle-jquery.js +++ b/src/sizzle-jquery.js @@ -3,5 +3,6 @@ jQuery.expr = Sizzle.selectors; jQuery.expr[":"] = jQuery.expr.filters; jQuery.unique = Sizzle.uniqueSort; jQuery.getText = getText; +jQuery.isXMLDoc = isXML; return; |