1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 06:21:26 +02:00

don't include data-content/data-title as specifications for options in twipsy/popover

This commit is contained in:
Jacob Thornton
2011-11-06 13:49:00 -08:00
parent c3c700fd02
commit b15e24e3d4
3 changed files with 17 additions and 3 deletions

View File

@@ -677,7 +677,7 @@ $('#.tabs').bind('change', function (e) {
<td>content</td>
<td>string, function</td>
<td>'data-content'</td>
<td>a string or method for retrieving content text. if none are provided, content will be sourced from a data-content attribute.</td>
<td>attribute or method for retrieving content text.</td>
</tr>
<tr>
<td>trigger</td>