Browse Source

transformoperation.js moved to operation/transform.js.

Szymon Cofalik 10 years ago
parent
commit
7c2688597e

+ 1 - 1
packages/ckeditor5-utils/src/document/transformoperation.js → packages/ckeditor5-utils/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

File diff suppressed because it is too large
+ 112 - 112
packages/ckeditor5-utils/tests/document/operation/transform.js


Some files were not shown because too many files changed in this diff