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

Method initClass

app/views/core/AchievementPopup.js:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18module.exports = (AchievementPopup = (function () {
19 AchievementPopup = class AchievementPopup extends CocoView {
20 static initClass () {
21 this.prototype.className = 'achievement-popup'
22 this.prototype.template = template
23 }
24
25 constructor (options) {
26 super(options)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected