diff options
| author | Rohit Sharma <[email protected]> | 2020-11-25 12:43:33 +0530 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-29 20:58:26 +0200 |
| commit | f6a87337416f900773268db9fc4307538c7daf88 (patch) | |
| tree | 7861690eb460eda9d423dabeb1ce91e609669143 /js/src/tooltip.js | |
| parent | 9eb9d02084dc914e614e8844e3ffdee4d0a25126 (diff) | |
| download | bootstrap-f6a87337416f900773268db9fc4307538c7daf88.tar.xz bootstrap-f6a87337416f900773268db9fc4307538c7daf88.zip | |
Move `VERSION` to BaseComponent (#32254)
Diffstat (limited to 'js/src/tooltip.js')
| -rw-r--r-- | js/src/tooltip.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index b84432065..fae606322 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -35,7 +35,6 @@ import BaseComponent from './base-component' */ const NAME = 'tooltip' -const VERSION = '5.0.0-alpha3' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const CLASS_PREFIX = 'bs-tooltip' @@ -150,10 +149,6 @@ class Tooltip extends BaseComponent { // Getters - static get VERSION() { - return VERSION - } - static get Default() { return Default } |
