瀏覽代碼

transformoperation.js moved to operation/transform.js.

Szymon Cofalik 10 年之前
父節點
當前提交
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

文件差異過大導致無法顯示
+ 112 - 112
packages/ckeditor5-utils/tests/document/operation/transform.js


部分文件因文件數量過多而無法顯示