Fixed spelling mistake.
This commit is contained in:
parent
cd6ec6e157
commit
f38251b2ce
|
@ -1020,7 +1020,7 @@ jQuery.each({
|
||||||
next: "jQuery.nth(a,2,'nextSibling')",
|
next: "jQuery.nth(a,2,'nextSibling')",
|
||||||
prev: "jQuery.nth(a,2,'previousSibling')",
|
prev: "jQuery.nth(a,2,'previousSibling')",
|
||||||
nextAll: "jQuery.dir(a,'nextSibling')",
|
nextAll: "jQuery.dir(a,'nextSibling')",
|
||||||
prevtAll: "jQuery.dir(a,'previousSibling')",
|
prevAll: "jQuery.dir(a,'previousSibling')",
|
||||||
siblings: "jQuery.sibling(a.parentNode.firstChild,a)",
|
siblings: "jQuery.sibling(a.parentNode.firstChild,a)",
|
||||||
children: "jQuery.sibling(a.firstChild)",
|
children: "jQuery.sibling(a.firstChild)",
|
||||||
contents: "jQuery.nodeName(a,'iframe')?a.contentDocument||a.contentWindow.document:jQuery.makeArray(a.childNodes)"
|
contents: "jQuery.nodeName(a,'iframe')?a.contentDocument||a.contentWindow.document:jQuery.makeArray(a.childNodes)"
|
||||||
|
|
Loading…
Reference in a new issue