diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2012-10-24 10:31:22 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2012-10-24 10:35:08 -0400 |
commit | 2eff7fe72d5e07871c502c8839989c8e2f3f0b25 (patch) | |
tree | 7e934837ed87b4fcf68395cecba672362845776c /src/attributes.js | |
parent | 5dc37bb0b56e9eba94d10eabeea2d49496d80c3f (diff) | |
download | jquery-2eff7fe72d5e07871c502c8839989c8e2f3f0b25.tar.gz jquery-2eff7fe72d5e07871c502c8839989c8e2f3f0b25.zip |
Sizzle: remove unneeded vars and POS regex (-22 bytes)
Diffstat (limited to 'src/attributes.js')
-rw-r--r-- | src/attributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js index 00e21af35..1bd3fac24 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -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; |