()
| 19 | let excludedCampaigns |
| 20 | LevelTasksView = class LevelTasksView extends RootView { |
| 21 | static initClass () { |
| 22 | this.prototype.template = template |
| 23 | this.prototype.id = 'level-tasks-view' |
| 24 | this.prototype.events = { |
| 25 | 'input .searchInput': 'processLevels', |
| 26 | 'change .searchInput': 'processLevels', |
| 27 | } |
| 28 | |
| 29 | excludedCampaigns = [ |
| 30 | 'auditions', 'dungeon-branching-test', 'forest-branching-test', 'desert-branching-test', |
| 31 | ] |
| 32 | } |
| 33 | |
| 34 | initialize () { |
| 35 | this.levels = {} |