()
| 23 | module.exports = (SimulateTabView = (function () { |
| 24 | SimulateTabView = class SimulateTabView extends CocoView { |
| 25 | static initClass () { |
| 26 | this.prototype.id = 'simulate-tab-view' |
| 27 | this.prototype.template = require('app/templates/play/ladder/simulate_tab') |
| 28 | |
| 29 | this.prototype.events = |
| 30 | { 'click #simulate-button': 'onSimulateButtonClick' } |
| 31 | } |
| 32 | |
| 33 | constructor (options) { |
| 34 | if (!options) { |