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

Method initClass

app/views/teachers/DynamicAPCSPView.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16module.exports = (DynamicAPCSPView = (function () {
17 DynamicAPCSPView = class DynamicAPCSPView extends RootView {
18 static initClass () {
19 this.prototype.id = 'dynamic-apcsp-view'
20 this.prototype.template = require('app/templates/teachers/dynamic-apcsp-view')
21 }
22
23 getMeta () {
24 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected