Skip to content
Permalink
Browse files
Sizzle: remove unneeded vars and POS regex (-22 bytes)
  • Loading branch information
timmywil committed Oct 24, 2012
1 parent 5dc37bb commit 2eff7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -276,7 +276,7 @@ jQuery.extend({
}
},

attr: function( elem, name, value, pass ) {
attr: function( elem, name, value, pass ) {
var ret, hooks, notxml,
nType = elem.nodeType;

Submodule sizzle updated 3 files
+11 −12 sizzle.js
+4 −0 speed/selectors.css
+0 −3 test/unit/selector.js

0 comments on commit 2eff7fe

Please sign in to comment.