Piotrek Koszuliński преди 9 години
родител
ревизия
edd704f62e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      packages/ckeditor5-engine/src/model/operation/attributeoperation.js

+ 1 - 0
packages/ckeditor5-engine/src/model/operation/attributeoperation.js

@@ -117,6 +117,7 @@ export default class AttributeOperation extends Operation {
 				 * @error operation-attribute-wrong-old-value
 				 * @param {module:engine/model/item~Item} item
 				 * @param {String} key
+				 * @param {*} value
 				 */
 				throw new CKEditorError(
 					'attribute-operation-wrong-old-value: Changed node has different attribute value than operation\'s old attribute value.',