diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index ed47cebd50..c850abc896 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/javascript.html b/docs/javascript.html
index 06ce514a11..861c18c1a8 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -733,7 +733,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
placement |
- string |
+ string|function |
'top' |
how to position the tooltip - top | bottom | left | right |
@@ -836,7 +836,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
placement |
- string |
+ string|function |
'right' |
how to position the popover - top | bottom | left | right |
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 705b35b47f..88c90ce11c 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) {
{{_i}}placement{{/i}} |
- {{_i}}string{{/i}} |
+ {{_i}}string|function{{/i}} |
'top' |
{{_i}}how to position the tooltip{{/i}} - top | bottom | left | right |
@@ -760,7 +760,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
{{_i}}placement{{/i}} |
- {{_i}}string{{/i}} |
+ {{_i}}string|function{{/i}} |
'right' |
{{_i}}how to position the popover{{/i}} - top | bottom | left | right |