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

Method constructor

app/models/ThangType.js:55–58  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

53module.exports = (ThangType = (function () {
54 ThangType = class ThangType extends CocoModel {
55 constructor (...args) {
56 super(...args)
57 this.onFileUploaded = this.onFileUploaded.bind(this)
58 }
59
60 static initClass () {
61 this.className = 'ThangType'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected