From 38fa3cfc34a61defc9534c8303ba8c4c50bacb86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 9 Sep 2006 08:36:47 +0000 Subject: [PATCH] Fixed documentation for bind(String, Function) - added a small fix for the first example --- src/jquery/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4