()
| 5 | module.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({}) |
no outgoing calls
no test coverage detected