()
| 33 | module.exports = (ArenaBalancerView = (function () { |
| 34 | ArenaBalancerView = class ArenaBalancerView extends RootView { |
| 35 | static initClass () { |
| 36 | this.prototype.template = template |
| 37 | this.prototype.id = 'arena-balancer-view' |
| 38 | |
| 39 | this.prototype.events = |
| 40 | { 'click #go-button': 'onClickGoButton' } |
| 41 | |
| 42 | this.prototype.levelSlug = 'infinite-inferno' |
| 43 | } |
| 44 | |
| 45 | constructor (options, levelSlug) { |
| 46 | super(options) |