aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-12 13:27:29 -0800
committerMark Otto <[email protected]>2012-02-12 13:27:29 -0800
commitde6f3d4a6f3c2c55394e59e0a25ea85731166cfe (patch)
treee3e7dd6836f39a75ec99526a062510357c547a0b /docs/templates/pages/javascript.mustache
parentebe547b6a0c4ab8c546221db0731104c464920b3 (diff)
parent5b4a29d84e6290a93db98da34b89776a9740e455 (diff)
downloadbootstrap-de6f3d4a6f3c2c55394e59e0a25ea85731166cfe.tar.xz
bootstrap-de6f3d4a6f3c2c55394e59e0a25ea85731166cfe.zip
Merge branch '2.0.1-wip' of github.com:twitter/bootstrap into 2.0.1-wip
Conflicts: docs/assets/bootstrap.zip
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-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 012e195f5..553913d21 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>