Переглянути джерело

transformoperation.js moved to operation/transform.js.

Szymon Cofalik 10 роки тому
батько
коміт
8bf9cc927c

+ 1 - 1
packages/ckeditor5-engine/src/document/transformoperation.js → packages/ckeditor5-engine/src/document/operation/transform.js

@@ -36,7 +36,7 @@
  * `a` by `b` and also `b` by `a`. In both transformations the same operation has to be the important one. If we assume
  * that first or second passed operation is always more important we won't be able to solve this case.
  *
- * @function transformOperation
+ * @function document.operation.transform
  * @param {document.operation.Operation} a Operation that will be transformed.
  * @param {document.operation.Operation} b Operation to transform by.
  * @param {Boolean} isStrong Flag indicating whether this operation should be treated as more important

Різницю між файлами не показано, бо вона завелика
+ 112 - 112
packages/ckeditor5-engine/tests/document/operation/transform.js


Деякі файли не було показано, через те що забагато файлів було змінено