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

Method initClass

app/views/courses/ProjectGalleryView.js:103–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101module.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)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected