| 90 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected