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

Method initClass

app/views/i18n/I18NEditCourseView.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6const I18NEditCourseView = class I18NEditCourseView extends I18NEditModelView {
7 static initClass () {
8 this.prototype.id = 'i18n-edit-course-view'
9 this.prototype.modelClass = Course
10 }
11
12 buildTranslationList () {
13 const lang = this.selectedLanguage

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected