8
0
Piotrek Koszuliński 10 лет назад
Родитель
Сommit
f834ce8834
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/ckeditor5-utils/src/collection.js

+ 1 - 0
packages/ckeditor5-utils/src/collection.js

@@ -252,6 +252,7 @@ export default class Collection {
 	/**
 	 * Generates next (not yet used) id for unidentified item being add to the collection.
 	 *
+	 * @private
 	 * @returns {String} The next id.
 	 */
 	_getNextId() {