Przeglądaj źródła

Removed unnecessary default value from BalloonPanelView#className.

Oskar Wróbel 8 lat temu
rodzic
commit
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.