8
0
Pārlūkot izejas kodu

Removed obsolete _nextId property.

Aleksander Nowodzinski 10 gadi atpakaļ
vecāks
revīzija
55078ecf57
1 mainītis faili ar 0 papildinājumiem un 8 dzēšanām
  1. 0 8
      packages/ckeditor5-ui/src/collection.js

+ 0 - 8
packages/ckeditor5-ui/src/collection.js

@@ -51,14 +51,6 @@ export default class Collection {
 		this._itemMap = new Map();
 
 		/**
-		 * Next id which will be assigned to unidentified item while adding it to the collection.
-		 *
-		 * @private
-		 * @property
-		 */
-		this._nextId = 0;
-
-		/**
 		 * The name of the property which is considered to identify an item.
 		 *
 		 * @private