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

Method initClass

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

Source from the content-addressed store, hash-verified

16module.exports = (I18NEditPollView = (function () {
17 I18NEditPollView = class I18NEditPollView extends I18NEditModelView {
18 static initClass () {
19 this.prototype.id = 'i18n-edit-poll-view'
20 this.prototype.modelClass = Poll
21 }
22
23 buildTranslationList () {
24 let i18n

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected