Cleanup excessive documentation
This commit is contained in:
parent
7b2ae27649
commit
71d17273d0
@ -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(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user