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