(...args)
| 176 | |
| 177 | class 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%') |
nothing calls this directly
no outgoing calls
no test coverage detected