* Constructor. * @param {Element} DOM_el - the char element ( )
(linePosition)
| 17 | * @param {Element} DOM_el - the char element (<span>) |
| 18 | */ |
| 19 | constructor(linePosition) { |
| 20 | this.position = linePosition; |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected