Fixed missing semicolon
This commit is contained in:
parent
65a88fae89
commit
3f6a513b7e
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -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));
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue