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

Method constructor

app/core/treema-ext.js:178–181  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

176
177class RichTextTreema extends TreemaNode {
178 constructor (...args) {
179 super(...args)
180 this.editContent = this.editContent.bind(this)
181 }
182
183 initPreview (valEl, data) {
184 valEl.css('width', '100%')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected