()
| 36 | module.exports = (VerifierView = (function () { |
| 37 | VerifierView = class VerifierView extends RootView { |
| 38 | static initClass () { |
| 39 | this.prototype.className = 'style-flat' |
| 40 | this.prototype.template = template |
| 41 | this.prototype.id = 'verifier-view' |
| 42 | |
| 43 | this.prototype.events = |
| 44 | { 'click #go-button': 'onClickGoButton' } |
| 45 | } |
| 46 | |
| 47 | constructor (options, levelID) { |
| 48 | super(options) |