()
| 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 |
| 18 | } |
| 19 | } |
| 20 | ContactCNView.initClass() |
| 21 | return ContactCNView |