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

Method initClass

app/views/admin/PendingPatchesView.js:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26module.exports = (PendingPatchesView = (function () {
27 PendingPatchesView = class PendingPatchesView extends RootView {
28 static initClass () {
29 this.prototype.id = 'pending-patches-view'
30 this.prototype.template = template
31 }
32
33 constructor (options) {
34 super(options)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected