瀏覽代碼

Merge pull request #129 from ckeditor/jodator-patch-1

Docs: Removed superfluous items from Collection's constructor.
Piotrek Koszuliński 8 年之前
父節點
當前提交
d1c2bfdb08
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/ckeditor5-utils/src/collection.js

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

@@ -28,7 +28,6 @@ export default class Collection {
 	/**
 	 * Creates a new Collection instance.
 	 *
-	 * @param {Iterable} [items] Items to be added to the collection.
 	 * @param {Object} options The options object.
 	 * @param {String} [options.idProperty='id'] The name of the property which is considered to identify an item.
 	 */