Sfoglia il codice sorgente

Fix dangling comma.

Maciej Gołaszewski 5 anni fa
parent
commit
22c49ec95c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      packages/ckeditor5-theme-lark/tests/manual/theme.js

+ 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',