Преглед на файлове

Fix the type of returned object from `prepareIntegrations`

panr преди 5 години
родител
ревизия
29fb059097
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 ) {