mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fixed bug #168
This commit is contained in:
parent
87284a8ee7
commit
fa2aaf27c2
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@ -2982,7 +2982,7 @@ jQuery.macros = {
|
||||
* @param String expr An expression to filter the sibling Elements with
|
||||
* @cat DOM/Traversing
|
||||
*/
|
||||
siblings: jQuery.sibling,
|
||||
siblings: "jQuery.sibling(a, null, true)",
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user