Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling.

This commit is contained in:
timmywil 2012-06-17 15:42:35 -04:00
parent a416e2ba0d
commit 80295ed0e5
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit b66a748cd7ffe70962ed02d1d32cb6c22c3e82d9
Subproject commit 6da25afc2cab38c769e7de0b71411eb761c3c33e

View File

@ -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;