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

Method initClass

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

Source from the content-addressed store, hash-verified

19module.exports = (DemoRequestsView = (function () {
20 DemoRequestsView = class DemoRequestsView extends RootView {
21 static initClass () {
22 this.prototype.id = 'admin-demo-requests-view'
23 this.prototype.template = template
24 }
25
26 constructor (options) {
27 super(options)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected