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

Method initClass

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

Source from the content-addressed store, hash-verified

164module.exports.WorldBoundsNode = (WorldBoundsNode = (function () {
165 WorldBoundsNode = class WorldBoundsNode extends TreemaNode.nodeMap.array {
166 static initClass () {
167 // selecting camera boundaries for a world
168 this.prototype.dataType = 'region'
169 }
170
171 constructor (...args) {
172 super(...Array.from(args || []))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected