X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=1ca039b70b178451a930d2b4b97a95decba689f9;hb=38fa3cfc34a61defc9534c8303ba8c4c50bacb86;hp=f997aafa48e413109076eb081283824b5e4a21a9;hpb=998d1d8839813b957a32465fdc7ef7d27d858eea;p=jquery.git 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