aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfat-kun <[email protected]>2012-12-22 21:18:36 -0800
committerfat-kun <[email protected]>2012-12-22 21:18:36 -0800
commit48211ad9f572504cdfa00273a66d701e62ec291d (patch)
tree252ad8fc6e3b8bfa0c94e698de6ae6f35b84f750 /docs
parentd09b46fe378819e80ac75ffc7118fed11ca8da03 (diff)
parent0834bd51ec6115f5465340f7a0fc86ce803ccf35 (diff)
downloadbootstrap-48211ad9f572504cdfa00273a66d701e62ec291d.tar.xz
bootstrap-48211ad9f572504cdfa00273a66d701e62ec291d.zip
Merge pull request #6374 from whyisjake/2.3.0-wip
Update docs/templates/pages/javascript.mustache
Diffstat (limited to 'docs')
-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 eaa742230..809e34ce9 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -747,7 +747,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr>
<tr>
<td>{{_i}}placement{{/i}}</td>
- <td>{{_i}}string|function{{/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>
@@ -907,7 +907,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr>
<tr>
<td>{{_i}}placement{{/i}}</td>
- <td>{{_i}}string|function{{/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>