From 54c613275795fba4c98f93911c29e1a31fe4633a Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Thu, 17 Nov 2011 17:13:25 -0500 Subject: [PATCH] JSHint comment so jQuery can officially pass JSHint without hacks --- sizzle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sizzle.js b/sizzle.js index 10580704..5222d237 100644 --- a/sizzle.js +++ b/sizzle.js @@ -794,6 +794,7 @@ var Expr = Sizzle.selectors = { node = elem; + /* falls through */ case "last": while ( (node = node.nextSibling) ) { if ( node.nodeType === 1 ) {