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

Method initClass

app/views/teachers/HowToEnrollModal.js:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10module.exports = (HowToEnrollModal = (function () {
11 HowToEnrollModal = class HowToEnrollModal extends ModalView {
12 static initClass () {
13 this.prototype.id = 'how-to-enroll-modal'
14 this.prototype.template = require('app/templates/teachers/how-to-enroll-modal')
15 }
16 }
17 HowToEnrollModal.initClass()
18 return HowToEnrollModal

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected