浏览代码

Change InputCommand._batches to protected field.

Maciej Gołaszewski 6 年之前
父节点
当前提交
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();
 	}