8
0
Просмотр исходного кода

Docs: Fixed broken `@links` and `@members` in the `MediaFormView` documentation.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
341fef16bd
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      packages/ckeditor5-media-embed/src/ui/mediaformview.js

+ 4 - 4
packages/ckeditor5-media-embed/src/ui/mediaformview.js

@@ -136,18 +136,18 @@ export default class MediaFormView extends View {
 		} );
 
 		/**
-		 * The default info text for the {@link #inputView}.
+		 * The default info text for the {@link #urlInputView}.
 		 *
 		 * @private
-		 * @member {String} _urlInputViewInfoDefault
+		 * @member {String} #_urlInputViewInfoDefault
 		 */
 
 		/**
-		 * The info text with an additional tip for the {@link #inputView},
+		 * The info text with an additional tip for the {@link #urlInputView},
 		 * displayed when the input has some value.
 		 *
 		 * @private
-		 * @member {String} _urlInputViewInfoTip
+		 * @member {String} #_urlInputViewInfoTip
 		 */
 	}