Browse Source

Improve doclet for getCopyOnEnterAttributes() function.

Maciej Gołaszewski 6 years ago
parent
commit
979e29757a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-enter/src/utils.js

+ 1 - 0
packages/ckeditor5-enter/src/utils.js

@@ -9,6 +9,7 @@
 
 /**
  * Returns attributes that should be preserved on the enter key.
+ *
  * Filtering is realized based on `copyOnEnter` attribute property. Read more about attribute properties
  * {@link module:engine/model/schema~Schema#setAttributeProperties here}.
  *