From: Jörn Zaefferer Date: Sat, 9 Sep 2006 08:36:47 +0000 (+0000) Subject: Fixed documentation for bind(String, Function) - added a small fix for the first... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=38fa3cfc34a61defc9534c8303ba8c4c50bacb86;p=jquery.git Fixed documentation for bind(String, Function) - added a small fix for the first example --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index f997aaf..1ca039b 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -3167,7 +3167,7 @@ jQuery.macros = { * alert( $(this).text() ); * } ) * @before

Hello

- * @result Hello + * @result alert("Hello") * * @example $("form").bind( "submit", function() { return false; } ) * @desc Cancel a default action and prevent it from bubbling by returning false