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

Changed doc of private class method to comment.

Oskar Wróbel 6 лет назад
Родитель
Сommit
bb55169004
1 измененных файлов с 6 добавлено и 7 удалено
  1. 6 7
      packages/ckeditor5-ui/src/panel/balloon/contextualballoon.js

+ 6 - 7
packages/ckeditor5-ui/src/panel/balloon/contextualballoon.js

@@ -498,13 +498,12 @@ class RotatorView extends View {
 		this.focusTracker.add( this.element );
 		this.focusTracker.add( this.element );
 	}
 	}
 
 
-	/** Creates a navigation button view.
-	 *
-	 * @private
-	 * @param {String} label The button's label.
-	 * @param {String} icon The button's icon.
-	 * @returns {module:ui/button/buttonview~ButtonView}
-	 */
+	// Creates a navigation button view.
+	//
+	// @private
+	// @param {String} label The button's label.
+	// @param {String} icon The button's icon.
+	// @returns {module:ui/button/buttonview~ButtonView}
 	_createButtonView( label, icon ) {
 	_createButtonView( label, icon ) {
 		const view = new ButtonView( this.locale );
 		const view = new ButtonView( this.locale );