aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-06 13:49:00 -0800
committerJacob Thornton <[email protected]>2011-11-06 13:49:00 -0800
commitb15e24e3d460ef2cbe20f13c648b42024be096fa (patch)
treeeb6e2baa525cfd12b6a720a484d32d250aa42411 /docs
parentc3c700fd02dc1fbd096bd5926960dd9b80b8169d (diff)
downloadbootstrap-b15e24e3d460ef2cbe20f13c648b42024be096fa.tar.xz
bootstrap-b15e24e3d460ef2cbe20f13c648b42024be096fa.zip
don't include data-content/data-title as specifications for options in twipsy/popover
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 82dcffba7..6d6701070 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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>