Fixed bug #168
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 16 Sep 2006 16:26:30 +0000 (16:26 +0000)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 16 Sep 2006 16:26:30 +0000 (16:26 +0000)
src/jquery/jquery.js

index dca1867..17e2a66 100644 (file)
@@ -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)",
 
 
                /**