diff options
| author | Johann-S <[email protected]> | 2020-11-25 08:25:27 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-29 20:58:26 +0200 |
| commit | 4999c3dbbc87e125c4b2bde405e4ecdccc5d0b18 (patch) | |
| tree | 516eb029f3ab6a1f49ba2f1594d172f7e5db3298 /js/src | |
| parent | f6a87337416f900773268db9fc4307538c7daf88 (diff) | |
| download | bootstrap-4999c3dbbc87e125c4b2bde405e4ecdccc5d0b18.tar.xz bootstrap-4999c3dbbc87e125c4b2bde405e4ecdccc5d0b18.zip | |
remove data key in base component
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/base-component.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js index e9b4de669..776a0052b 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -39,10 +39,6 @@ class BaseComponent { static get VERSION() { return VERSION } - - static get DATA_KEY() { - return null - } } export default BaseComponent |
