()
| 91 | module.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) |
nothing calls this directly
no outgoing calls
no test coverage detected