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

Method initClass

app/views/editor/course/CourseEditView.js:28–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26module.exports = (CourseEditView = (function () {
27 CourseEditView = class CourseEditView extends RootView {
28 static initClass () {
29 this.prototype.id = 'editor-course-edit-view'
30 this.prototype.template = template
31
32 this.prototype.events = {
33 'click #save-button': 'onClickSaveButton',
34 'click #i18n-button': 'onPopulateI18N'
35 }
36 }
37
38 constructor (options, courseID) {
39 super(options)

Callers 1

CourseEditView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected