Explorar o código

Docs: Update the docs of a TableWalker.

Maciej Gołaszewski %!s(int64=7) %!d(string=hai) anos
pai
achega
ea1fcdca9d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      packages/ckeditor5-table/src/tablewalker.js

+ 6 - 0
packages/ckeditor5-table/src/tablewalker.js

@@ -199,6 +199,12 @@ export default class TableWalker {
 		};
 	}
 
+	/**
+	 * Updates the cell spans of a previous cell.
+	 *
+	 * @returns {Number}
+	 * @private
+	 */
 	_updateSpans() {
 		const colspan = this._previousCell.getAttribute( 'colspan' ) || 1;
 		const rowspan = this._previousCell.getAttribute( 'rowspan' ) || 1;