()
| 31 | module.exports = (MainLadderView = (function () { |
| 32 | MainLadderView = class MainLadderView extends RootView { |
| 33 | static initClass () { |
| 34 | this.prototype.id = 'main-ladder-view' |
| 35 | this.prototype.template = template |
| 36 | } |
| 37 | |
| 38 | constructor () { |
| 39 | super() |