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

Method initClass

app/views/user/MainUserView.js:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33module.exports = (MainUserView = (function () {
34 MainUserView = class MainUserView extends UserView {
35 static initClass () {
36 this.prototype.id = 'user-home'
37 this.prototype.template = template
38
39 this.prototype.events =
40 { 'click .more-button': 'onClickMoreButton' }
41 }
42
43 constructor (userID, options) {
44 super(options)

Callers 1

MainUserView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected