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

Method initClass

app/views/courses/CourseVideosView.js:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13module.exports = (CourseVideosView = (function () {
14 CourseVideosView = class CourseVideosView extends RootComponent {
15 static initClass () {
16 this.prototype.id = 'course-videos-view'
17 this.prototype.template = require('app/templates/base-flat')
18 this.prototype.VueComponent = CourseVideosComponent
19 }
20
21 constructor (options, courseID, courseName) {
22 super(options)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected