Kaynağa Gözat

Update src/dom/resizeobserver.js

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Aleksander Nowodzinski 6 yıl önce
ebeveyn
işleme
cd0dad2eca

+ 1 - 1
packages/ckeditor5-utils/src/dom/resizeobserver.js

@@ -25,7 +25,7 @@ const RESIZE_CHECK_INTERVAL = 100;
  *			console.log( 'The editable element has been resized in DOM.' );
  *			console.log( entry.target ); // -> editableElement
  *			console.log( entry.contentRect.width ); // -> e.g. '423px'
- *		} )
+ *		} );
  *
  * By default, it uses the [native DOM resize observer](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
  * under the hood and in browsers that do not support the native API yet, a polyfilled observer is