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

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;