()
| 14 | module.exports = (RemoveStudentModal = (function () { |
| 15 | RemoveStudentModal = class RemoveStudentModal extends ModalView { |
| 16 | static initClass () { |
| 17 | this.prototype.id = 'remove-student-modal' |
| 18 | this.prototype.template = template |
| 19 | |
| 20 | this.prototype.events = |
| 21 | { 'click #remove-student-btn': 'onClickRemoveStudentButton' } |
| 22 | } |
| 23 | |
| 24 | constructor (options) { |
| 25 | super(options) |