aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-22 19:10:32 -0800
committerJacob Thornton <[email protected]>2011-12-22 19:10:32 -0800
commit87ac818253a26bcf09fa55f78ae3f55759c54e64 (patch)
treebdd625edcf424aa977fb7d03f4cfdfcc9ef723f3 /docs
parentefacac0d6c812abffa8a84a48fa760f5f56c92f0 (diff)
downloadbootstrap-87ac818253a26bcf09fa55f78ae3f55759c54e64.tar.xz
bootstrap-87ac818253a26bcf09fa55f78ae3f55759c54e64.zip
change above below to top bottom and add "inside" placement option
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index aed64d30a..c9bb425a4 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -544,8 +544,8 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<tr>
<td>placement</td>
<td>string</td>
- <td>'above'</td>
- <td>how to position the tooltip - above | below | left | right</td>
+ <td>'top'</td>
+ <td>how to position the tooltip - top | bottom | left | right</td>
</tr>
<tr>
<td>selector</td>