Przeglądaj źródła

Fix dangling comma.

Maciej Gołaszewski 6 lat temu
rodzic
commit
67b834db43

+ 1 - 1
packages/ckeditor5-page-break/tests/manual/pagebreak.js

@@ -47,7 +47,7 @@ ClassicEditor
 				'tableRow',
 				'mergeTableCells'
 			]
-		},
+		}
 	} )
 	.then( editor => {
 		window.editor = editor;