Przeglądaj źródła

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

Aleksander Nowodzinski 7 lat temu
rodzic
commit
341fef16bd

+ 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
 		 */
 	}