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 a new issue