Skip to content

Commit

Permalink
Sizzle: remove unneeded vars and POS regex (-22 bytes)
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion src/attributes.js
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/sizzle
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.