()
| 58 | } |
| 59 | |
| 60 | getMeta () { |
| 61 | return { |
| 62 | title: $.i18n.t('clans.title'), |
| 63 | meta: [ |
| 64 | { vmid: 'meta-description', name: 'description', content: $.i18n.t('clans.meta_description') } |
| 65 | ] |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | constructor (options, clanID) { |
| 70 | super(options) |
nothing calls this directly
no outgoing calls
no test coverage detected