Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Add missing @Protected annotation to insertUIElement function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 2, 2019
1 parent ed98b60 commit e4460db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conversion/downcasthelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e4460db

Please sign in to comment.