From: timmywil Date: Sun, 17 Jun 2012 19:42:35 +0000 (-0400) Subject: Update Sizzle: rewrite attributes handling to be simpler and more widespread when... X-Git-Tag: 1.8b1~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=80295ed0e54f30ce91d652920454c61c9dd06a09;p=jquery.git Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling. --- diff --git a/src/sizzle b/src/sizzle index b66a748cd..6da25afc2 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit b66a748cd7ffe70962ed02d1d32cb6c22c3e82d9 +Subproject commit 6da25afc2cab38c769e7de0b71411eb761c3c33e 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;