X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=inline;f=src%2Fjquery%2Fjquery.js;h=ee65edbb1f8dd857b43d55a4ec69b82cfbe16bee;hb=ea283bd13130303271077a6ee8b14b7c79bd0ce4;hp=4fb7f8e75b86a147be99c51b9833206eec61705c;hpb=76d6d445bb68009c010e0b91dbf21747bc2d35ba;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 4fb7f8e..ee65edb 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1817,7 +1817,7 @@ new function() { */ jQuery.each({ parent: "a.parentNode", - parents: jQuery.parents, + parents: "jQuery.parents(a)", next: "jQuery.nth(a,1,'nextSibling')", prev: "jQuery.nth(a,1,'previousSibling')", siblings: "jQuery.sibling(a.parentNode.firstChild,a)",