Explorar el Código

Changed TodoListCheckCommand#_selectedItems property from private to protected.

Oskar Wróbel hace 6 años
padre
commit
8effcfd1a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = [];