aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-12 11:06:50 -0800
committerJacob Thornton <[email protected]>2012-02-12 11:06:50 -0800
commited07a4d0ce0e769ef6efbd8d465670b26a0a5e37 (patch)
tree67ab73dd50c575cb191d749391d35b37ee72c9f9 /docs/templates
parentb36a744fa74ace319b9f924f777df50591ceb62c (diff)
downloadbootstrap-ed07a4d0ce0e769ef6efbd8d465670b26a0a5e37.tar.xz
bootstrap-ed07a4d0ce0e769ef6efbd8d465670b26a0a5e37.zip
add note about popover placement
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/javascript.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 705b35b47..88c90ce11 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -657,7 +657,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr>
<tr>
<td>{{_i}}placement{{/i}}</td>
- <td>{{_i}}string{{/i}}</td>
+ <td>{{_i}}string|function{{/i}}</td>
<td>'top'</td>
<td>{{_i}}how to position the tooltip{{/i}} - top | bottom | left | right</td>
</tr>
@@ -760,7 +760,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr>
<tr>
<td>{{_i}}placement{{/i}}</td>
- <td>{{_i}}string{{/i}}</td>
+ <td>{{_i}}string|function{{/i}}</td>
<td>'right'</td>
<td>{{_i}}how to position the popover{{/i}} - top | bottom | left | right</td>
</tr>