From d6ab3c71ac49f370367f28e0bdf433c173adbdb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Wed, 15 Nov 2006 10:07:22 +0000 Subject: [PATCH] Fix for typo in toggleClass docs --- src/jquery/jquery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9f6fbd0..53ffc16 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -3318,8 +3318,8 @@ jQuery.macros = { }, /** - * Adds the specified class if it is present, removes it if it is - * not present. + * Adds the specified class if it is not present, removes it if it is + * present. * * @example $("p").toggleClass("selected") * @before

Hello

Hello Again

-- 1.7.10.4