8
0
Просмотр исходного кода

Updated JsDoc for insertRows() copyStructureFrom option.

Kuba Niegowski 5 лет назад
Родитель
Сommit
d98b1a8b14
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/src/tableutils.js

+ 1 - 1
packages/ckeditor5-table/src/tableutils.js

@@ -116,7 +116,7 @@ export default class TableUtils extends Plugin {
 	 * @param {Object} options
 	 * @param {Number} [options.at=0] The row index at which the rows will be inserted.
 	 * @param {Number} [options.rows=1] The number of rows to insert.
-	 * @param {Number} [options.copyStructureFrom=-1] The row index used as structure reference.
+	 * @param {Number} [options.copyStructureFrom] The row index used as structure reference.
 	 */
 	insertRows( table, options = {} ) {
 		const model = this.editor.model;