8
0
Просмотр исходного кода

Change InputCommand._batches to protected field.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
826e5c615e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/src/inputcommand.js

+ 1 - 1
packages/ckeditor5-typing/src/inputcommand.js

@@ -41,7 +41,7 @@ export default class InputCommand extends Command {
 		 * {@link module:typing/input~Input#isInput} method.
 		 *
 		 * @type {WeakSet<module:engine/model/batch~Batch>}
-		 * @private
+		 * @protected
 		 */
 		this._batches = new WeakSet();
 	}