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/tooltips.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/tooltips.html')
| -rw-r--r-- | docs/_includes/js/tooltips.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 12ffbb72e..5f5de7794 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -231,7 +231,7 @@ $('#example').tooltip(options) <h3 id="tooltips-events">Events</h3> <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> |
