()
| 13 | module.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) |