From: Jörn Zaefferer Date: Wed, 15 Nov 2006 10:07:22 +0000 (+0000) Subject: Fix for typo in toggleClass docs X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=d6ab3c71ac49f370367f28e0bdf433c173adbdb1;p=jquery.git Fix for typo in toggleClass docs --- 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