| 15 | |
| 16 | module.exports = (AboutView = (function () { |
| 17 | AboutView = class AboutView extends RootView { |
| 18 | static initClass () { |
| 19 | this.prototype.id = 'about-view' |
| 20 | this.prototype.template = template |
nothing calls this directly
no outgoing calls
no test coverage detected