|
|
@@ -15,7 +15,7 @@ const imageSymbol = Symbol( 'isImage' );
|
|
|
/**
|
|
|
* Converts given {@link module:engine/view/element~Element} to image widget:
|
|
|
* * adds {@link module:engine/view/element~Element#setCustomProperty custom property} allowing to recognize image widget element,
|
|
|
- * * calls {@link module:image/widget/utils~toWidget toWidget} function with proper element's label creator.
|
|
|
+ * * calls {@link module:widget/utils~toWidget toWidget} function with proper element's label creator.
|
|
|
*
|
|
|
* @param {module:engine/view/element~Element} viewElement
|
|
|
* @param {String} label Element's label. It will be concatenated with image's `alt` attribute if one is present.
|