| 15 | module.exports = (ScribeView = (function () { |
| 16 | ScribeView = class ScribeView extends ContributeClassView { |
| 17 | static initClass () { |
| 18 | this.prototype.id = 'scribe-view' |
| 19 | this.prototype.template = template |
| 20 | |
| 21 | this.prototype.events = |
| 22 | { 'click [data-toggle="coco-modal"][data-target="core/ContactModal"]': 'openContactModal' } |
| 23 | |
| 24 | this.prototype.contributors = [ |
| 25 | { name: 'Ryan Faidley' }, |
| 26 | { name: 'Mischa Lewis-Norelle', github: 'mlewisno' }, |
| 27 | { name: 'Tavio' }, |
| 28 | { name: 'Ronnie Cheng', github: 'rhc2104' }, |
| 29 | { name: 'engstrom' }, |
| 30 | { name: 'Dman19993' }, |
| 31 | { name: 'mattinsler' } |
| 32 | ] |
| 33 | } |
| 34 | |
| 35 | initialize () { |
| 36 | return this.contributorClassName = 'scribe' |