浏览代码

Docs: Removed unnecessary empty line from comment.

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

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

@@ -33,7 +33,6 @@ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
  * 		const pendingActions = editor.plugins.get( 'PendingActions' );
  * 		const action = pendingActions.add( 'Unsaved changes.' );
  *
- *
  * 		pendingActions.remove( action );
  *
  * Getting pending actions: