From fa2aaf27c29769ca6611a77889321443db47e8e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 16 Sep 2006 16:26:30 +0000 Subject: [PATCH] Fixed bug #168 --- src/jquery/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", /** -- 1.7.10.4