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

Method initClass

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

Source from the content-addressed store, hash-verified

18module.exports = (UserView = (function () {
19 UserView = class UserView extends RootView {
20 static initClass () {
21 this.prototype.template = template
22 this.prototype.className = 'user-view'
23 this.prototype.viewName = null
24 // Used for the breadcrumbs
25 }
26
27 constructor (userID, options) {
28 super(options)

Callers 1

UserView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected