mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
refactor: remove unused method
This commit is contained in:
parent
ca4df6d884
commit
f82b5555f6
|
@ -51,11 +51,6 @@ module.exports = exports = defineComponent( {
|
|||
currentTab: this.tabberData.currentTab
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
escapeId( id ) {
|
||||
return mw.util.escapeIdForAttribute( id );
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
this.$el.parentElement.classList.add( 'tabber--live' );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue