()
| 18 | module.exports = (CourseNagSubview = (function () { |
| 19 | CourseNagSubview = class CourseNagSubview extends CocoView { |
| 20 | static initClass () { |
| 21 | this.prototype.id = 'classes-nag-subview' |
| 22 | this.prototype.template = template |
| 23 | this.prototype.events = |
| 24 | { 'click .more-info': 'onClickMoreInfo' } |
| 25 | } |
| 26 | |
| 27 | constructor (options) { |
| 28 | super(options) |