From 89ef0a5d34f1a1e59ce86b23dd711e073d291558 Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@rebertia.com>
Date: Tue, 3 Feb 2015 10:48:56 -0800
Subject: [PATCH] Clarify target of modal events

---
 docs/_includes/js/modal.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html
index 6fae87cff4..856312ea80 100644
--- a/docs/_includes/js/modal.html
+++ b/docs/_includes/js/modal.html
@@ -382,6 +382,7 @@ $('#myModal').modal({
 
   <h3 id="modals-events">Events</h3>
   <p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</p>
+  <p>All modal events are fired at the modal itself (i.e. at the <code>&lt;div class="modal"&gt;</code>).</p>
   <div class="table-responsive">
     <table class="table table-bordered table-striped bs-events-table">
       <thead>
-- 
GitLab