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

Method initClass

app/views/core/NewTestStudentModal.js:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5module.exports = (TestStudentModal = (function () {
6 TestStudentModal = class TestStudentModal extends ModalComponent {
7 static initClass () {
8 TestStudentModal.prototype.id = 'test-student-modal'
9 TestStudentModal.prototype.template = require('app/templates/core/modal-empty')
10 TestStudentModal.prototype.VueComponent = component
11 TestStudentModal.prototype.closesOnClickOutside = true
12 TestStudentModal.prototype.closesOnEscape = true
13 }
14
15 constructor (id) {
16 super({})

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected