From: Jörn Zaefferer Date: Sat, 16 Sep 2006 16:26:30 +0000 (+0000) Subject: Fixed bug #168 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=fa2aaf27c29769ca6611a77889321443db47e8e0;p=jquery.git Fixed bug #168 --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index dca1867..17e2a66 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)", /**