()
| 101 | module.exports = (ProjectGalleryView = (function () { |
| 102 | ProjectGalleryView = class ProjectGalleryView extends RootComponent { |
| 103 | static initClass () { |
| 104 | this.prototype.id = 'project-gallery-view' |
| 105 | this.prototype.template = require('app/templates/base-flat') |
| 106 | this.prototype.VueComponent = ProjectGalleryComponent |
| 107 | } |
| 108 | |
| 109 | constructor (options, courseInstanceID) { |
| 110 | super(options) |