From 80295ed0e54f30ce91d652920454c61c9dd06a09 Mon Sep 17 00:00:00 2001 From: timmywil Date: Sun, 17 Jun 2012 15:42:35 -0400 Subject: [PATCH] Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling. --- src/sizzle | 2 +- src/sizzle-jquery.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.5