8
0
Просмотр исходного кода

Docs: Fixed link in API docs. [skip ci]

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

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

@@ -22,7 +22,7 @@ import mix from './mix';
  * By default an item in the collection is identified by its `id` property. The name of the identifier can be
  * configured through the constructor of the collection.
  *
- * @mixes EventEmitter
+ * @mixes module:utils/emittermixin~EmitterMixin
  */
 export default class Collection {
 	/**