Przeglądaj źródła

Code style: fix code issues.

Maciej Gołaszewski 5 lat temu
rodzic
commit
34f5111905

+ 2 - 2
packages/ckeditor5-theme-lark/tests/manual/theme.js

@@ -106,7 +106,7 @@ function renderButton() {
 
 	ui.buttonStates.add( toolbar( [
 		button( {
-			label: 'State: normal (none)',
+			label: 'State: normal (none)'
 		} ),
 		button( {
 			label: 'State: disabled',
@@ -234,7 +234,7 @@ function renderButton() {
 		button( {
 			label: 'This button has a tooltip (south)',
 			withText: true,
-			tooltip: 'The content of the tooltip',
+			tooltip: 'The content of the tooltip'
 		} ),
 		button( {
 			label: 'This one too – north',