Skip to content
Permalink
Browse files
Fixed spelling mistake.
  • Loading branch information
jeresig committed Sep 9, 2007
1 parent cd6ec6e commit f38251b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1020,7 +1020,7 @@ jQuery.each({
next: "jQuery.nth(a,2,'nextSibling')",
prev: "jQuery.nth(a,2,'previousSibling')",
nextAll: "jQuery.dir(a,'nextSibling')",
prevtAll: "jQuery.dir(a,'previousSibling')",
prevAll: "jQuery.dir(a,'previousSibling')",
siblings: "jQuery.sibling(a.parentNode.firstChild,a)",
children: "jQuery.sibling(a.firstChild)",
contents: "jQuery.nodeName(a,'iframe')?a.contentDocument||a.contentWindow.document:jQuery.makeArray(a.childNodes)"

0 comments on commit f38251b

Please sign in to comment.