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

Method initClass

app/views/admin/BaseView.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12module.exports = (BaseView = (function () {
13 BaseView = class BaseView extends RootView {
14 static initClass () {
15 this.prototype.id = 'base-view'
16 this.prototype.template = template
17 this.prototype.usesSocialMedia = true
18 }
19 }
20 BaseView.initClass()
21 return BaseView

Callers 1

BaseView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected