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

Docs: Replaced @type by @member.

Oskar Wróbel 7 лет назад
Родитель
Сommit
56b0f925be
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-upload/src/filerepository.js

+ 1 - 1
packages/ckeditor5-upload/src/filerepository.js

@@ -70,7 +70,7 @@ export default class FileRepository extends Plugin {
 		 * while upload is in progress. When there is no upload then value is `null`.
 		 *
 		 * @private
-		 * @type {Object} #_pendingAction
+		 * @member {Object} #_pendingAction
 		 */
 		this._pendingAction = null;