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

Method initClass

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

Source from the content-addressed store, hash-verified

91module.exports.LiveEditingMarkup = (LiveEditingMarkup = (function () {
92 LiveEditingMarkup = class LiveEditingMarkup extends TreemaNode.nodeMap.ace {
93 static initClass () {
94 this.prototype.valueClass = 'treema-markdown treema-multiline treema-ace'
95
96 this.prototype.showingPreview = false
97 }
98
99 constructor () {
100 super(...arguments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected