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/button.js | |
| parent | 9eb9d02084dc914e614e8844e3ffdee4d0a25126 (diff) | |
| download | bootstrap-f6a87337416f900773268db9fc4307538c7daf88.tar.xz bootstrap-f6a87337416f900773268db9fc4307538c7daf88.zip | |
Move `VERSION` to BaseComponent (#32254)
Diffstat (limited to 'js/src/button.js')
| -rw-r--r-- | js/src/button.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/src/button.js b/js/src/button.js index 8b7c6c953..240995564 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -17,7 +17,6 @@ import BaseComponent from './base-component' */ const NAME = 'button' -const VERSION = '5.0.0-alpha3' const DATA_KEY = 'bs.button' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' @@ -37,10 +36,6 @@ const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}` class Button extends BaseComponent { // Getters - static get VERSION() { - return VERSION - } - static get DATA_KEY() { return DATA_KEY } |
