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

Method initClass

app/views/CommunityView.js:16–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (CommunityView = (function () {
15 CommunityView = class CommunityView extends RootView {
16 static initClass () {
17 this.prototype.id = 'community-view'
18 this.prototype.template = template
19
20 this.prototype.logoutRedirectURL = false
21 }
22
23 afterRender () {
24 super.afterRender()

Callers 1

CommunityView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected