Procházet zdrojové kódy

Docs MoveOperation.

Szymon Cofalik před 10 roky
rodič
revize
945be76f2d

+ 2 - 2
packages/ckeditor5-engine/src/treemodel/operation/moveoperation.js

@@ -21,9 +21,9 @@ CKEDITOR.define( [
 		/**
 		 * Creates a move operation.
 		 *
-		 * @param {treeModel.Position} sourcePosition Position before the first element to move.
+		 * @param {treeModel.Position} sourcePosition Position before the first node to move.
 		 * @param {Number} howMany How many consecutive nodes to move, starting from `sourcePosition`.
-		 * @param {treeModel.Position} targetPosition Position where moved elements will be inserted.
+		 * @param {treeModel.Position} targetPosition Position where moved nodes will be inserted.
 		 * @param {Number} baseVersion {@link treeModel.Document#version} on which operation can be applied.
 		 * @constructor
 		 */