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

Docs: Fixed broken links and return value in the InlineEditorUIView class.

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

+ 3 - 5
packages/ckeditor5-editor-inline/src/inlineeditoruiview.js

@@ -156,10 +156,8 @@ export default class InlineEditorUIView extends EditorUIView {
 	 * Determines panel top position of the {@link #panel} in {@link #panelPositions}.
 	 * Determines panel top position of the {@link #panel} in {@link #panelPositions}.
 	 *
 	 *
 	 * @private
 	 * @private
-	 * @param {module:utils/dom/rect~Rect} editableRect Rect of the
-	 * {@link module:editor-inline/inlineeditoruiview~InlineEditableUIView#editableElement}.
-	 * @param {module:utils/dom/rect~Rect} panelRect Rect of the
-	 * {@link module:editor-inline/inlineeditoruiview~InlineEditableUIView#panel}.
+	 * @param {module:utils/dom/rect~Rect} editableRect Rect of the {@link #editableElement}.
+	 * @param {module:utils/dom/rect~Rect} panelRect Rect of the {@link #panel}.
 	 */
 	 */
 	_getPanelPositionTop( editableRect, panelRect ) {
 	_getPanelPositionTop( editableRect, panelRect ) {
 		let top;
 		let top;
@@ -179,7 +177,7 @@ export default class InlineEditorUIView extends EditorUIView {
 	 * Returns the positions for {@link #panelPositions}.
 	 * Returns the positions for {@link #panelPositions}.
 	 *
 	 *
 	 * @private
 	 * @private
-	 * @returns module:utils/dom/position~Options#positions
+	 * @returns {module:utils/dom/position~Options#positions}
 	 */
 	 */
 	_getPanelPositions() {
 	_getPanelPositions() {
 		return [
 		return [