8
0
Maciej Bukowski 6 лет назад
Родитель
Сommit
6620ed6e29
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-ui/src/template.js

+ 2 - 2
packages/ckeditor5-ui/src/template.js

@@ -802,8 +802,8 @@ export default class Template {
 	 *
 	 * @protected
 	 * @param {HTMLElement|Text} node A node to be reverted.
-	 * @param {module:ui/template~RenderData#revertData} revertData Stores information about
-	 * what changes have been made by {@link #apply} to the node.
+	 * @param {Object} revertData An object that stores information about what changes have been made by
+	 * {@link #apply} to the node. See {@link module:ui/template~RenderData#revertData} for more information.
 	 */
 	_revertTemplateFromNode( node, revertData ) {
 		for ( const binding of revertData.bindings ) {