MCPcopy Create free account
hub / github.com/codecombat/codecombat / initClass

Method initClass

app/views/artisans/LevelTasksView.js:21–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 = {}

Callers 1

LevelTasksView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected