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

Method initialize

app/views/clans/ClansView.js:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 initialize () {
53 super.initialize()
54
55 this.publicClansArray = []
56 this.myClansArray = []
57 this.idNameMap = {}
58 }
59
60 destroy () {
61 if (typeof this.stopListening === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected