(f)
| 138 | |
| 139 | // apply styles to single fitty |
| 140 | const applyStyle = (f) => { |
| 141 | f.element.style.whiteSpace = f.whiteSpace; |
| 142 | f.element.style.display = f.display; |
| 143 | f.element.style.fontSize = f.currentFontSize + 'px'; |
| 144 | }; |
| 145 | |
| 146 | // dispatch a fit event on a fitty |
| 147 | const dispatchFitEvent = (f) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…