8
0
Prechádzať zdrojové kódy

Docs: Removed unnecessary empty line from comment.

Oskar Wróbel 7 rokov pred
rodič
commit
d9c8bc2fcc

+ 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: