浏览代码

Changed TodoListCheckCommand#_selectedItems property from private to protected.

Oskar Wróbel 6 年之前
父节点
当前提交
8effcfd1a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-list/src/todolistcheckcommand.js

+ 1 - 1
packages/ckeditor5-list/src/todolistcheckcommand.js

@@ -41,8 +41,8 @@ export default class TodoListCheckCommand extends Command {
 		/**
 		 * List of todo list items selected by the {@link module:engine/model/selection~Selection}.
 		 *
+		 * @protected
 		 * @type {Array.<module:engine/model/element~Element>}
-		 * @private
 		 */
 		this._selectedElements = [];