瀏覽代碼

Removed obsolete _nextId property.

Aleksander Nowodzinski 10 年之前
父節點
當前提交
55078ecf57
共有 1 個文件被更改,包括 0 次插入8 次删除
  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