0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

add multiple triggers info to popover docs

This commit is contained in:
Chris Rebert 2014-05-14 18:18:33 -07:00
parent 90cfa1a44d
commit e839a49995

View File

@ -218,7 +218,7 @@ $('.popover-dismiss').popover({
<td>trigger</td>
<td>string</td>
<td>'click'</td>
<td>How popover is triggered - click | hover | focus | manual</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td>
</tr>
<tr>
<td>viewport</td>