This commit is contained in:
Jörn Zaefferer 2006-09-16 16:26:30 +00:00
parent 87284a8ee7
commit fa2aaf27c2

View file

@ -2982,7 +2982,7 @@ jQuery.macros = {
* @param String expr An expression to filter the sibling Elements with * @param String expr An expression to filter the sibling Elements with
* @cat DOM/Traversing * @cat DOM/Traversing
*/ */
siblings: jQuery.sibling, siblings: "jQuery.sibling(a, null, true)",
/** /**