diff options
author | timmywil <timmywillisn@gmail.com> | 2012-07-02 15:24:33 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-07-02 15:24:33 -0400 |
commit | 800f47a5476a64501d7bbaaf43e498963cf804d8 (patch) | |
tree | e4df5898923be112bc5525f729d6bf71a3c401f1 /src/sizzle-jquery.js | |
parent | b418fa1f0937b5c92085778b0e935f94dcf46dbd (diff) | |
download | jquery-800f47a5476a64501d7bbaaf43e498963cf804d8.tar.gz jquery-800f47a5476a64501d7bbaaf43e498963cf804d8.zip |
Sizzle: minor adjustments and a small fix in the child selector regex
Diffstat (limited to 'src/sizzle-jquery.js')
-rw-r--r-- | src/sizzle-jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sizzle-jquery.js b/src/sizzle-jquery.js index b8a716c0e..2370b4493 100644 --- a/src/sizzle-jquery.js +++ b/src/sizzle-jquery.js @@ -2,7 +2,7 @@ Sizzle.attr = jQuery.attr; jQuery.find = Sizzle; jQuery.expr = Sizzle.selectors; -jQuery.expr[":"] = jQuery.expr.filters; +jQuery.expr[":"] = jQuery.expr.pseudos; jQuery.unique = Sizzle.uniqueSort; jQuery.text = Sizzle.getText; jQuery.isXMLDoc = Sizzle.isXML; |