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

Method initClass

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

Source from the content-addressed store, hash-verified

14module.exports = (HoC2018View = (function () {
15 HoC2018View = class HoC2018View extends RootComponent {
16 static initClass () {
17 this.prototype.id = 'hoc-2018'
18 this.prototype.template = template
19 this.prototype.VueComponent = HoC2018
20 this.prototype.skipMetaBinding = true
21 }
22
23 constructor (options) {
24 super(options)

Callers 1

HoC2018View.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected