diff options
| author | Jacob Thornton <[email protected]> | 2012-02-12 11:06:50 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-12 11:06:50 -0800 |
| commit | ed07a4d0ce0e769ef6efbd8d465670b26a0a5e37 (patch) | |
| tree | 67ab73dd50c575cb191d749391d35b37ee72c9f9 /docs/javascript.html | |
| parent | b36a744fa74ace319b9f924f777df50591ceb62c (diff) | |
| download | bootstrap-ed07a4d0ce0e769ef6efbd8d465670b26a0a5e37.tar.xz bootstrap-ed07a4d0ce0e769ef6efbd8d465670b26a0a5e37.zip | |
add note about popover placement
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 06ce514a1..861c18c1a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -733,7 +733,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { </tr> <tr> <td>placement</td> - <td>string</td> + <td>string|function</td> <td>'top'</td> <td>how to position the tooltip - top | bottom | left | right</td> </tr> @@ -836,7 +836,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { </tr> <tr> <td>placement</td> - <td>string</td> + <td>string|function</td> <td>'right'</td> <td>how to position the popover - top | bottom | left | right</td> </tr> |
