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

Method initClass

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

Source from the content-addressed store, hash-verified

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

Callers 1

PrivacyView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected