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

Method initClass

app/views/admin/DesignElementsView.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16module.exports = (DesignElementsView = (function () {
17 DesignElementsView = class DesignElementsView extends RootView {
18 static initClass () {
19 this.prototype.id = 'design-elements-view'
20 this.prototype.template = template
21 }
22
23 afterInsert () {
24 super.afterInsert()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected