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

Method initClass

app/views/play/menu/ItemView.js:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11module.exports = (ItemView = (function () {
12 ItemView = class ItemView extends CocoView {
13 static initClass () {
14 this.prototype.className = 'item-view'
15
16 this.prototype.template = template
17 }
18
19 initialize (options) {
20 super.initialize(...arguments)

Callers 1

ItemView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected