(options, courseID, courseName)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected