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

Method initClass

app/views/ai/AIView.js:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22module.exports = (AIView = (function () {
23 AIView = class AIView extends RootView {
24 static initClass () {
25 this.prototype.id = 'ai-view'
26 this.prototype.template = template
27 }
28
29 afterInsert () {
30 // Undo our 62.5% default HTML font-size here

Callers 1

AIView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected