Skip to content
Permalink
Browse files
Fixed missing semicolon
  • Loading branch information
jzaefferer committed Dec 30, 2006
1 parent 65a88fa commit 3f6a513
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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));
}
],

0 comments on commit 3f6a513

Please sign in to comment.