2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge pull request #15111 from twbs/events-tables-wrapping

Don't line wrap event names in JS plugin docs
This commit is contained in:
Chris Rebert
2014-11-20 00:06:33 -08:00
11 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ $('#myModal').modal({
<h3 id="modals-events">Events</h3>
<p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</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>