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

Method initClass

app/views/courses/RemoveStudentModal.js:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14module.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)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected