浏览代码

Docs: Replaced @type by @member.

Oskar Wróbel 7 年之前
父节点
当前提交
d314387d21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/src/pendingactions.js

+ 1 - 1
packages/ckeditor5-core/src/pendingactions.js

@@ -64,7 +64,7 @@ export default class PendingActions extends Plugin {
 		 *
 		 * @readonly
 		 * @observable
-		 * @type {Boolean} #isPending
+		 * @member {Boolean} #isPending
 		 */
 		this.set( 'isPending', false );