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

Method constructor

app/views/courses/CourseVideosView.js:21–26  ·  view source on GitHub ↗
(options, courseID, courseName)

Source from the content-addressed store, hash-verified

19 }
20
21 constructor (options, courseID, courseName) {
22 super(options)
23 this.courseID = courseID
24 this.courseName = courseName
25 this.propsData = { courseID: this.courseID, courseName: this.courseName }
26 }
27 }
28 CourseVideosView.initClass()
29 return CourseVideosView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected