From 2eff7fe72d5e07871c502c8839989c8e2f3f0b25 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Wed, 24 Oct 2012 10:31:22 -0400 Subject: [PATCH] Sizzle: remove unneeded vars and POS regex (-22 bytes) --- src/attributes.js | 2 +- src/sizzle | 2 +- 2 files changed, 2 insertions(+), 2 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; diff --git a/src/sizzle b/src/sizzle index f51e83a9c..5e6ae330a 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit f51e83a9c9bd78f1cafda9fa9b3b93fefa61c3ae +Subproject commit 5e6ae330a9ccb33fd343a0bdc73ed2b821767f9c -- 2.39.5