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

Method initClass

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

Source from the content-addressed store, hash-verified

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

Callers 1

CLAsView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected