Cleanup excessive documentation

This commit is contained in:
Simon Rozman 2024-05-08 12:29:43 +02:00
parent 7b2ae27649
commit 71d17273d0

View File

@ -929,7 +929,6 @@ class BesTAService {
* *
* @param {Node} textAreaEl * @param {Node} textAreaEl
* @param {Node} cloneDiv * @param {Node} cloneDiv
* @returns {void}
*/ */
setCloneDivSize(textAreaEl, cloneDiv) { setCloneDivSize(textAreaEl, cloneDiv) {
const textAreaRect = textAreaEl.getBoundingClientRect() const textAreaRect = textAreaEl.getBoundingClientRect()
@ -1002,7 +1001,6 @@ class BesTAService {
* Registers the resize observer for the textarea element * Registers the resize observer for the textarea element
* *
* @param {Node} textAreaEl * @param {Node} textAreaEl
* @returns {void}
*/ */
registerResizeObserver(textAreaEl) { registerResizeObserver(textAreaEl) {
const resizeObserver = new ResizeObserver(() => { const resizeObserver = new ResizeObserver(() => {