()
| 16 | module.exports = (JoinClassModal = (function () { |
| 17 | JoinClassModal = class JoinClassModal extends ModalView { |
| 18 | static initClass () { |
| 19 | this.prototype.id = 'join-class-modal' |
| 20 | this.prototype.template = template |
| 21 | |
| 22 | this.prototype.events = |
| 23 | { 'click .join-class-btn': 'onClickJoinClassButton' } |
| 24 | } |
| 25 | |
| 26 | constructor (param) { |
| 27 | if (param == null) { param = {} } |