aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/dropdowns.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-20 00:06:33 -0800
committerChris Rebert <[email protected]>2014-11-20 00:06:33 -0800
commitaf77842ce74a21a59bf7a765a47edaf72c9395c4 (patch)
treed7e85bd7c2f23b92c10c544a7c6fb641e1a7353f /docs/_includes/js/dropdowns.html
parente7818e979f46da63a91146c7051e6aaef24288c8 (diff)
parentddf39cc2e7e1c676d5141e259e362e241e4c6f0f (diff)
downloadbootstrap-af77842ce74a21a59bf7a765a47edaf72c9395c4.tar.xz
bootstrap-af77842ce74a21a59bf7a765a47edaf72c9395c4.zip
Merge pull request #15111 from twbs/events-tables-wrapping
Don't line wrap event names in JS plugin docs
Diffstat (limited to 'docs/_includes/js/dropdowns.html')
-rw-r--r--docs/_includes/js/dropdowns.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html
index 1cc785b2d..683453096 100644
--- a/docs/_includes/js/dropdowns.html
+++ b/docs/_includes/js/dropdowns.html
@@ -166,7 +166,7 @@ $('.dropdown-toggle').dropdown()
<p>All dropdown events are fired at the <code>.dropdown-menu</code>'s parent element.</p>
<p>All dropdown events have a <code>relatedTarget</code> property, whose value is the toggling anchor element.</p>
<div class="table-responsive">
- <table class="table table-bordered table-striped">
+ <table class="table table-bordered table-striped bs-events-table">
<thead>
<tr>
<th style="width: 150px;">Event Type</th>