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