Skip to content

Commit

Permalink
Merge pull request #16411 from twbs/doc-16122
Browse files Browse the repository at this point in the history
Doc that 'manual' is mutex of other tooltip/popover triggers
  • Loading branch information
cvrebert committed May 3, 2015
2 parents 0689117 + 75d6c14 commit 7b9f204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/js/popovers.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3 id="popovers-options">Options</h3>
<td>trigger</td>
<td>string</td>
<td>'click'</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr>
<tr>
<td>viewport</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/js/tooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h3 id="tooltips-options">Options</h3>
<td>trigger</td>
<td>string</td>
<td>'hover focus'</td>
<td>How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td>
<td>How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr>
<tr>
<td>viewport</td>
Expand Down

0 comments on commit 7b9f204

Please sign in to comment.