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/tab.js | |
| parent | 9eb9d02084dc914e614e8844e3ffdee4d0a25126 (diff) | |
| download | bootstrap-f6a87337416f900773268db9fc4307538c7daf88.tar.xz bootstrap-f6a87337416f900773268db9fc4307538c7daf88.zip | |
Move `VERSION` to BaseComponent (#32254)
Diffstat (limited to 'js/src/tab.js')
| -rw-r--r-- | js/src/tab.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/src/tab.js b/js/src/tab.js index a57d1b12d..0e9755ea0 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -26,7 +26,6 @@ import BaseComponent from './base-component' */ const NAME = 'tab' -const VERSION = '5.0.0-alpha3' const DATA_KEY = 'bs.tab' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' @@ -60,10 +59,6 @@ const SELECTOR_DROPDOWN_ACTIVE_CHILD = ':scope > .dropdown-menu .active' class Tab extends BaseComponent { // Getters - static get VERSION() { - return VERSION - } - static get DATA_KEY() { return DATA_KEY } |
