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

Method initClass

app/views/artisans/LevelConceptMap.js:44–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 let excludedLevelSnippets
43 LevelConceptMap = class LevelConceptMap extends RootView {
44 static initClass () {
45 this.prototype.template = template
46 this.prototype.id = 'solution-problems-view'
47 excludedCampaigns = [
48 // Misc. campaigns
49 'auditions',
50
51 // Campaign-version campaigns
52 // 'dungeon', 'forest', 'desert', 'mountain', 'glacier'
53
54 // Test campaigns
55 'dungeon-branching-test', 'forest-branching-test', 'desert-branching-test'
56
57 // Course-version campaigns
58 // 'intro', 'course-2', 'course-3', 'course-4', 'course-5', 'course-6'
59 ]
60
61 includedLanguages = [
62 'javascript'
63 ]
64
65 excludedLevelSnippets = [
66 'treasure', 'brawl', 'siege'
67 ]
68
69 this.prototype.unloadedCampaigns = 0
70 this.prototype.campaignLevels = {}
71 this.prototype.loadedLevels = {}
72 this.prototype.data = {}
73 this.prototype.problemCount = 0
74 }
75
76 initialize () {
77 if (utils.isCodeCombat) {

Callers 1

LevelConceptMap.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected