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

Method initClass

app/views/LegalView.js:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15module.exports = (LegalView = (function () {
16 LegalView = class LegalView extends RootView {
17 static initClass () {
18 this.prototype.id = 'legal-view'
19 this.prototype.template = template
20 }
21
22 initialize () {
23 this.products = new Products()

Callers 1

LegalView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected