Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug #168
  • Loading branch information
jzaefferer committed Sep 16, 2006
1 parent 87284a8 commit fa2aaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery/jquery.js
Expand Up @@ -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)",


/**
Expand Down

0 comments on commit fa2aaf2

Please sign in to comment.