8
0
Piotrek Koszuliński 8 лет назад
Родитель
Сommit
1b235b603a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-utils/src/dom/rect.js

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

@@ -51,7 +51,7 @@ export default class Rect {
 		 *
 		 * @protected
 		 * @readonly
-		 * @member {HTMLElement|Range|ClientRect|module:utils/dom/rect~Rect|object} #_source
+		 * @member {HTMLElement|Range|ClientRect|module:utils/dom/rect~Rect|Object} #_source
 		 */
 		Object.defineProperty( this, '_source', {
 			// If the source is a Rect instance, copy it's #_source.