()
| 22 | } |
| 23 | |
| 24 | static initClass () { |
| 25 | this.prototype.id = 'contact-geek-view' |
| 26 | this.prototype.template = template |
| 27 | |
| 28 | this.prototype.events = { |
| 29 | 'click .one': 'onClickOne', |
| 30 | 'click .two': 'onClickTwo' |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | initialize (options) { |
| 35 | super.initialize(options) |