aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'js/src')
-rw-r--r--js/src/tooltip.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index 29be4d8d2..d0b43dd04 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -398,18 +398,6 @@ class Tooltip extends BaseComponent {
return this._resolvePossibleFunction(this._config.title) || this._element.getAttribute('title')
}
- updateAttachment(attachment) {
- if (attachment === 'right') {
- return 'end'
- }
-
- if (attachment === 'left') {
- return 'start'
- }
-
- return attachment
- }
-
// Private
_initializeOnDelegatedTarget(event, context) {
return context || this.constructor.getOrCreateInstance(event.delegateTarget, this._getDelegateConfig())