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