add activate to scrollspy docs

Esse commit está contido em:
Jacob Thornton
2012-03-19 20:29:22 -07:00
commit 07d23b927e
4 arquivos alterados com 33 adições e 1 exclusões
+15
Ver Arquivo
@@ -589,6 +589,21 @@ $('#myModal').on('hidden', function () {
</tr>
</tbody>
</table>
<h3>Events</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th style="width: 150px;">Event</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>activate</td>
<td>This event fires whenever a new item becomes activated by the scrollspy.</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>