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

Method initClass

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

Source from the content-addressed store, hash-verified

13module.exports = (LicensorView = (function () {
14 LicensorView = class LicensorView extends RootComponent {
15 static initClass () {
16 this.prototype.id = 'licensor-view'
17 this.prototype.template = template
18 this.prototype.VueComponent = LicensorViewComponent
19 }
20 }
21 LicensorView.initClass()
22 return LicensorView

Callers 1

LicensorView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected