diff options
author | timmywil <timmywillisn@gmail.com> | 2012-06-17 15:42:35 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-06-17 15:42:57 -0400 |
commit | 80295ed0e54f30ce91d652920454c61c9dd06a09 (patch) | |
tree | b572c94dd60e58150539b446776afb017419dd40 /src/sizzle-jquery.js | |
parent | a416e2ba0d10bf1e1e94b5d023543d38ad08fcfb (diff) | |
download | jquery-80295ed0e54f30ce91d652920454c61c9dd06a09.tar.gz jquery-80295ed0e54f30ce91d652920454c61c9dd06a09.zip |
Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling.
Diffstat (limited to 'src/sizzle-jquery.js')
-rw-r--r-- | src/sizzle-jquery.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sizzle-jquery.js b/src/sizzle-jquery.js index 7090e1c63..b8a716c0e 100644 --- a/src/sizzle-jquery.js +++ b/src/sizzle-jquery.js @@ -1,6 +1,5 @@ // Override sizzle attribute retrieval Sizzle.attr = jQuery.attr; -Sizzle.selectors.attrMap = {}; jQuery.find = Sizzle; jQuery.expr = Sizzle.selectors; jQuery.expr[":"] = jQuery.expr.filters; |