From: Jörn Zaefferer Date: Sat, 30 Dec 2006 09:44:34 +0000 (+0000) Subject: Fixed missing semicolon X-Git-Tag: 1.1a~65 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f6a513b7ee693dfd030cb7c9200f22cfafd2b0f;p=jquery.git Fixed missing semicolon --- 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)); } ],