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

Method initClass

app/views/i18n/I18NHomeView.js:47–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45module.exports = (I18NHomeView = (function () {
46 I18NHomeView = class I18NHomeView extends RootView {
47 static initClass () {
48 this.prototype.id = 'i18n-home-view'
49 this.prototype.template = template
50
51 this.prototype.events = {
52 'change #language-select': 'onLanguageSelectChanged',
53 'change #type-select': 'onTypeSelectChanged'
54 }
55 }
56
57 constructor (options) {
58 super(options)

Callers 1

I18NHomeView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected