From f38251b2ce84a0ab6302475786c3e721dba2177c Mon Sep 17 00:00:00 2001 From: John Resig Date: Sun, 9 Sep 2007 23:17:30 +0000 Subject: [PATCH] Fixed spelling mistake. --- src/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index c1e7d9f..969f3d4 100644 --- a/src/core.js +++ b/src/core.js @@ -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)" -- 1.7.10.4