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

Method constructor

app/views/clans/ClanDetailsView.js:69–73  ·  view source on GitHub ↗
(options, clanID)

Source from the content-addressed store, hash-verified

67 }
68
69 constructor (options, clanID) {
70 super(options)
71 this.clanID = clanID
72 this.initData()
73 }
74
75 destroy () {
76 if (typeof this.stopListening === 'function') {

Callers

nothing calls this directly

Calls 1

initDataMethod · 0.95

Tested by

no test coverage detected