diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index dca18674..17e2a66a 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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)", /**