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)); } ],