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

Method initClass

app/views/modal/ModelModal.js:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16module.exports = (ModelModal = (function () {
17 ModelModal = class ModelModal extends ModalView {
18 static initClass () {
19 this.prototype.id = 'model-modal'
20 this.prototype.template = template
21 this.prototype.plain = true
22
23 this.prototype.events = { 'click .save-model': 'onSaveModel' }
24 }
25
26 constructor (options = {}) {
27 super(options)

Callers 1

ModelModal.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected