mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-15 18:10:58 +00:00
Merge pull request #6374 from whyisjake/2.3.0-wip
Update docs/templates/pages/javascript.mustache
This commit is contained in:
commit
48211ad9f5
1 changed files with 2 additions and 2 deletions
4
docs/templates/pages/javascript.mustache
vendored
4
docs/templates/pages/javascript.mustache
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue