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

Method initClass

app/views/editor/level/treema_nodes.js:286–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284module.exports.ThangTypeNode = (ThangTypeNode = (function () {
285 ThangTypeNode = class ThangTypeNode extends TreemaNode.nodeMap.string {
286 static initClass () {
287 this.prototype.valueClass = 'treema-thang-type'
288 this.thangTypes = null
289 this.thangTypesCollection = null
290 }
291
292 constructor (...args) {
293 super(...Array.from(args || []))

Callers 1

treema_nodes.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected