Skip to content

Commit

Permalink
Merge pull request #13190 from twbs/fix-13175
Browse files Browse the repository at this point in the history
doc that popover content() is given the element as an arg
  • Loading branch information
cvrebert committed Mar 28, 2014
2 parents d178a95 + 361f452 commit 28e6c34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_includes/js/popovers.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ <h3>Options</h3>
<td>content</td>
<td>string | function</td>
<td>''</td>
<td>Default content value if <code>data-content</code> attribute isn't present</td>
<td>
<p>Default content value if <code>data-content</code> attribute isn't present.</p>
<p>If a function is given, it will be called with 1 argument, which is the element that the popover is attached to.</p>
</td>
</tr>
<tr>
<td>delay</td>
Expand Down

0 comments on commit 28e6c34

Please sign in to comment.