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

Method initClass

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

Source from the content-addressed store, hash-verified

13module.exports = (SandboxView = (function () {
14 SandboxView = class SandboxView extends RootComponent {
15 static initClass () {
16 this.prototype.id = 'sandbox-view'
17 this.prototype.template = template
18 this.prototype.VueComponent = SandboxViewComponent
19 }
20
21 constructor (options) {
22 super(options)

Callers 1

SandboxView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected