Commit e839a499 authored by Chris Rebert's avatar Chris Rebert

add multiple triggers info to popover docs

parent 90cfa1a4
...@@ -218,7 +218,7 @@ $('.popover-dismiss').popover({ ...@@ -218,7 +218,7 @@ $('.popover-dismiss').popover({
<td>trigger</td> <td>trigger</td>
<td>string</td> <td>string</td>
<td>'click'</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>
<tr> <tr>
<td>viewport</td> <td>viewport</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment