Browse Source

Add missing @protected annotation to insertUIElement function.

Maciej Gołaszewski 7 years ago
parent
commit
f23c34874e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ckeditor5-engine/src/conversion/downcasthelpers.js

+ 1 - 0
packages/ckeditor5-engine/src/conversion/downcasthelpers.js

@@ -545,6 +545,7 @@ export function insertElement( elementCreator ) {
  *
  * This converter binds created UI elements with the marker name using {@link module:engine/conversion/mapper~Mapper#bindElementToMarker}.
  *
+ * @protected
  * @param {module:engine/view/uielement~UIElement|Function} elementCreator A view UI element or a function returning the view element
  * that will be inserted.
  * @returns {Function} Insert element event converter.