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

Method initClass

app/views/admin/SkippedContactsView.js:198–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196module.exports = (SkippedContactsView = (function () {
197 SkippedContactsView = class SkippedContactsView extends RootComponent {
198 static initClass () {
199 this.prototype.id = 'skipped-contacts-view'
200 this.prototype.template = template
201 this.prototype.VueComponent = SkippedContactsComponent
202 }
203
204 vuexModule () {
205 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected