8
0
Просмотр исходного кода

Add missing @protected annotation to insertUIElement function.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
f23c34874e
1 измененных файлов с 1 добавлено и 0 удалено
  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.