diff options
| author | lbryant <[email protected]> | 2015-08-20 01:22:16 -0400 |
|---|---|---|
| committer | lbryant <[email protected]> | 2015-08-20 01:22:16 -0400 |
| commit | 8b15b5a2622043a57138ff38cd99ee7c9a418bf0 (patch) | |
| tree | 2d546c55d142111f6c6bd22745b670f809b9ae02 /js/src | |
| parent | 926fb111581e9854d4c50b5f5e0f6876d7cbf176 (diff) | |
| download | bootstrap-8b15b5a2622043a57138ff38cd99ee7c9a418bf0.tar.xz bootstrap-8b15b5a2622043a57138ff38cd99ee7c9a418bf0.zip | |
_removeTetherClasses is no longer referenced
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/tooltip.js | 6 |
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') || |
