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

Docs: Improved docs in the Link Plugin.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
d21c4d98db
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/ckeditor5-link/src/link.js

+ 3 - 1
packages/ckeditor5-link/src/link.js

@@ -241,7 +241,7 @@ export default class Link extends Plugin {
 	 *
 	 * @protected
 	 * @param {Boolean} [focusInput=false] When `true`, link form will be focused on panel show.
-	 * @return {Promise} A promise resolved when the {#formView} {@link module:ui/view~View#init} is done.
+	 * @return {Promise} A promise resolved when the {@link #formView} {@link module:ui/view~View#init} is done.
 	 */
 	_showPanel( focusInput ) {
 		if ( this._balloon.hasView( this.formView ) ) {
@@ -266,6 +266,8 @@ export default class Link extends Plugin {
 	/**
 	 * Removes the {@link #formView} from the {@link #_balloon}.
 	 *
+	 * See {@link #_showPanel}.
+	 *
 	 * @protected
 	 * @param {Boolean} [focusEditable=false] When `true`, editable focus will be restored on panel hide.
 	 */