From 3f6a513b7ee693dfd030cb7c9200f22cfafd2b0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 30 Dec 2006 09:44:34 +0000 Subject: [PATCH] Fixed missing semicolon --- src/jquery/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 7b712c955..f802ae6a3 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1511,7 +1511,7 @@ jQuery.extend({ ">|/", "jQuery.sibling(a.firstChild)", "\\+", "jQuery.nth(a,2,'nextSibling')", "~", function(a){ - var s = jQuery.sibling(a.parentNode.firstChild) + var s = jQuery.sibling(a.parentNode.firstChild); return s.slice(0, jQuery.inArray(a,s)); } ], -- 2.39.5