Explorar o código

Removed unnecessary default value from BalloonPanelView#className.

Oskar Wróbel %!s(int64=8) %!d(string=hai) anos
pai
achega
203a8bfd24

+ 1 - 1
packages/ckeditor5-ui/src/panel/balloon/balloonpanelview.js

@@ -95,7 +95,7 @@ export default class BalloonPanelView extends View {
 		 * @default ''
 		 * @member {String} #className
 		 */
-		this.set( 'className', '' );
+		this.set( 'className' );
 
 		/**
 		 * Max width of the balloon panel, as in CSS.