Kaynağa Gözat

We decided not to use "op", because it may be unclear.

Piotr Jasiun 10 yıl önce
ebeveyn
işleme
f036f260d5

+ 2 - 2
packages/ckeditor5-utils/src/document/document.js

@@ -59,11 +59,11 @@ CKEDITOR.define( [
 				 * Only operations with matching versions can be applied.
 				 *
 				 * @error document-applyOperation-wrong-version
-				 * @param {document.operation.Operation} op
+				 * @param {document.operation.Operation} operation
 				 */
 				throw new CKEditorError(
 					'document-applyOperation-wrong-version: Only operations with matching versions can be applied.',
-					{ op: operation } );
+					{ operation: operation } );
 			}
 
 			operation._execute();