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

Method constructor

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

Source from the content-addressed store, hash-verified

517
518class CoffeeTreema extends CodeTreema {
519 constructor () {
520 super(...arguments)
521 this.workingSchema.aceMode = 'ace/mode/coffee'
522 this.workingSchema.aceTabSize = 2
523 }
524}
525
526class JavaScriptTreema extends CodeTreema {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected