]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove data key in base component
authorJohann-S <johann.servoire@gmail.com>
Wed, 25 Nov 2020 07:25:27 +0000 (08:25 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 29 Nov 2020 18:58:26 +0000 (20:58 +0200)
js/src/base-component.js

index e9b4de669200ef9691d0395470b5140ad712aa46..776a0052b50da5a078d62b1a85b95d6e99adf982 100644 (file)
@@ -39,10 +39,6 @@ class BaseComponent {
   static get VERSION() {
     return VERSION
   }
-
-  static get DATA_KEY() {
-    return null
-  }
 }
 
 export default BaseComponent