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

Rename BoxEdges to BoxSides.

Edges are more like contours around the box (containing or not containing the padding, border, etc.) and the box has always 4 sides (top, left, bottom, right).
Maciej Gołaszewski пре 6 година
родитељ
комит
043a09d0a4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-table/src/commands/utils.js

+ 1 - 1
packages/ckeditor5-table/src/commands/utils.js

@@ -72,7 +72,7 @@ export function createEmptyTableCell( writer, insertPosition, attributes = {} )
  *		getSingleValue( { top: 'foo', right: 'foo' } );
  *
  * @param objectOrString
- * @returns {module:engine/view/stylesmap~BoxEdges|String}
+ * @returns {module:engine/view/stylesmap~BoxSides|String}
  */
 export function getSingleValue( objectOrString ) {
 	if ( !objectOrString || !isObject( objectOrString ) ) {