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

Method initClass

app/views/admin/OutcomesReportView.js:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15module.exports = (OutcomesReportView = (function () {
16 OutcomesReportView = class OutcomesReportView extends RootView {
17 static initClass () {
18 this.prototype.id = 'outcomes-report-view'
19 this.prototype.template = template
20 }
21
22 afterRender () {
23 if (this.vueComponent != null) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected