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

Method initClass

app/views/i18n/I18NEditLevelView.js:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19module.exports = (I18NEditLevelView = (function () {
20 I18NEditLevelView = class I18NEditLevelView extends I18NEditModelView {
21 static initClass () {
22 this.prototype.id = 'i18n-edit-level-view'
23 this.prototype.modelClass = Level
24 }
25
26 buildTranslationList () {
27 let component, componentIndex, context, goal, hint, i18n, index, key, left, left1, left2, left3, left4, left5, left6, name, path, thang, thangIndex, value

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected