()
| 36 | } |
| 37 | |
| 38 | getMeta () { |
| 39 | return { |
| 40 | title: $.i18n.t('about.title'), |
| 41 | meta: [ |
| 42 | { vmid: 'meta-description', name: 'description', content: $.i18n.t('about.meta_description') } |
| 43 | ] |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | initialize (options) { |
| 48 | super.initialize(options) |
nothing calls this directly
no outgoing calls
no test coverage detected