Explorar o código

Fix the type of returned object from `prepareIntegrations`

panr %!s(int64=5) %!d(string=hai) anos
pai
achega
29fb059097
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-image/src/imageupload/utils.js

+ 1 - 1
packages/ckeditor5-image/src/imageupload/utils.js

@@ -92,7 +92,7 @@ function getImageMimeType( blob, src ) {
  *
  * @param {module:core/editor/editor~Editor} editor Editor instance.
  *
- * @returns {Object}
+ * @returns {Object.<String, module:ui/view~View>} Integrations object.
  */
 
 export function prepareIntegrations( editor ) {