mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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.sibling(a.firstChild)",
|
||||||
"\\+", "jQuery.nth(a,2,'nextSibling')",
|
"\\+", "jQuery.nth(a,2,'nextSibling')",
|
||||||
"~", function(a){
|
"~", function(a){
|
||||||
var s = jQuery.sibling(a.parentNode.firstChild)
|
var s = jQuery.sibling(a.parentNode.firstChild);
|
||||||
return s.slice(0, jQuery.inArray(a,s));
|
return s.slice(0, jQuery.inArray(a,s));
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user