瀏覽代碼

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 ) {