Преглед изворни кода

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

Aleksander Nowodzinski пре 7 година
родитељ
комит
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
 		 */
 	}