aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'js/src')
-rw-r--r--js/src/tooltip.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index 0af63c981..f54a1dca9 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -438,12 +438,6 @@ const Tooltip = (($) => {
}
}
- _removeTetherClasses(i, css) {
- return ((css.baseVal || css).match(
- new RegExp(`(^|\\s)${CLASS_PREFIX}-\\S+`, 'g')) || []
- ).join(' ')
- }
-
_fixTitle() {
let titleType = typeof this.element.getAttribute('data-original-title')
if (this.element.getAttribute('title') ||