()
| 26 | } |
| 27 | |
| 28 | static initClass () { |
| 29 | this.prototype.template = template |
| 30 | this.prototype.id = 'codelogs-view' |
| 31 | this.prototype.tooltip = null |
| 32 | this.prototype.events = { |
| 33 | 'click .playback': 'onClickPlayback', |
| 34 | 'input #userid-search': 'onUserIDInput', |
| 35 | 'input #levelslug-search': 'onLevelSlugInput' |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | initialize () { |
| 40 | // @spade = new Spade() |