[Pkg-javascript-commits] [backbone] 04/173: fix incorrect closing b tag

Jonas Smedegaard dr at jones.dk
Wed Aug 31 07:43:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository backbone.

commit 10b7df9f95ac883d89b184048a13613a7808a0b3
Author: Paul Falgout <paul at otterball.com>
Date:   Sat Sep 5 15:11:53 2015 -0500

    fix incorrect closing b tag
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 1d9d1d1..0e25af4 100644
--- a/index.html
+++ b/index.html
@@ -3001,7 +3001,7 @@ var InputView = Backbone.View.extend({
     </p>
 
     <p>
-      A single-event version of <b>delegateEvents</p> is available as <tt>delegate</tt>.
+      A single-event version of <b>delegateEvents</b> is available as <tt>delegate</tt>.
       In fact, <b>delegateEvents</b> is simply a multi-event wrapper around <tt>delegate</tt>.
       A counterpart to <tt>undelegateEvents</tt> is available as <tt>undelegate</tt>.
     </p>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list