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

Method initClass

app/views/teachers/CourseNagSubview.js:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18module.exports = (CourseNagSubview = (function () {
19 CourseNagSubview = class CourseNagSubview extends CocoView {
20 static initClass () {
21 this.prototype.id = 'classes-nag-subview'
22 this.prototype.template = template
23 this.prototype.events =
24 { 'click .more-info': 'onClickMoreInfo' }
25 }
26
27 constructor (options) {
28 super(options)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected