8
0
Maciej Gołaszewski 5 лет назад
Родитель
Сommit
90f9773bde
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/src/tableselection/croptable.js

+ 1 - 1
packages/ckeditor5-table/src/tableselection/croptable.js

@@ -17,7 +17,7 @@ import { findAncestor } from '../commands/utils';
  *		tableSelection.startSelectingFrom( startCell )
  *		tableSelection.setSelectingFrom( endCell )
  *
- *		const croppedTable = cropTable( tableSelection.getSelectedTableCells );
+ *		const croppedTable = cropTable( tableSelection.getSelectedTableCells() );
  *
  * **Note**: This function is used also by {@link module:table/tableselection~TableSelection#getSelectionAsFragment}
  *