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

Method initClass

app/views/teachers/LicenseStatsModal.js:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.exports = (LicenseStatsModal = (function () {
15 LicenseStatsModal = class LicenseStatsModal extends ModalComponent {
16 static initClass () {
17 this.prototype.id = 'license-stats-modal'
18 this.prototype.template = require('app/templates/core/modal-base-flat')
19 this.prototype.VueComponent = LicenseStatsComponent
20 }
21
22 constructor (options) {
23 super(options)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected