Skip to content
Permalink
Browse files
Update Sizzle: rewrite attributes handling to be simpler and more wid…
…espread when independent from jQuery. No changes to jQuery's attribute handling.
  • Loading branch information
timmywil committed Jun 17, 2012
1 parent a416e2b commit 80295ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Submodule sizzle updated 1 files
+41 −36 sizzle.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;

0 comments on commit 80295ed

Please sign in to comment.