diff options
| author | Chris Rebert <[email protected]> | 2014-11-20 00:06:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-20 00:06:33 -0800 |
| commit | af77842ce74a21a59bf7a765a47edaf72c9395c4 (patch) | |
| tree | d7e85bd7c2f23b92c10c544a7c6fb641e1a7353f /docs/_includes/js/dropdowns.html | |
| parent | e7818e979f46da63a91146c7051e6aaef24288c8 (diff) | |
| parent | ddf39cc2e7e1c676d5141e259e362e241e4c6f0f (diff) | |
| download | bootstrap-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.html | 2 |
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> |
