8
0
Эх сурвалжийг харах

Changed doc of private class method to comment.

Oskar Wróbel 6 жил өмнө
parent
commit
bb55169004

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

@@ -498,13 +498,12 @@ class RotatorView extends View {
 		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 ) {
 		const view = new ButtonView( this.locale );