Procházet zdrojové kódy

Fix dangling comma.

Maciej Gołaszewski před 5 roky
rodič
revize
168399ae0f

+ 1 - 1
packages/ckeditor5-easy-image/tests/manual/easyimage.js

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