refactor: remove unused method

This commit is contained in:
alistair3149 2023-08-31 15:36:20 -04:00
parent ca4df6d884
commit f82b5555f6
No known key found for this signature in database

View file

@ -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' );
}