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

Method initClass

app/views/core/RootComponent.js:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (RootComponent = (function () {
15 RootComponent = class RootComponent extends RootView {
16 static initClass () {
17 this.prototype.VueComponent = null // set this
18 this.prototype.vuexModule = null
19 this.prototype.propsData = null
20 }
21
22 afterRender () {
23 if (this.vueComponent) {

Callers 1

RootComponent.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected