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

Method constructor

app/core/treema-ext.js:527–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525
526class JavaScriptTreema extends CodeTreema {
527 constructor () {
528 super(...arguments)
529 this.workingSchema.aceMode = 'ace/mode/javascript'
530 this.workingSchema.aceTabSize = 4
531 }
532}
533
534class InternationalizationNode extends TreemaNode.nodeMap.object {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected