Преглед изворни кода

Remove @private annotation from TableUtils#removeRows().

Maciej Gołaszewski пре 5 година
родитељ
комит
24dfef6df0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-table/src/tableutils.js

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

@@ -275,7 +275,7 @@ export default class TableUtils extends Plugin {
 	 *		    ├───┼───┼───┤
 	 *		  4 │ k │ l │ m │
 	 *		    └───┴───┴───┘
-	 * @private
+	 *
 	 * @param {module:engine/model/element~Element} table
 	 * @param {Object} options
 	 * @param {Number} options.at The row index at which the removing rows will start.