Parcourir la source

Fix dangling comma.

Maciej Gołaszewski il y a 5 ans
Parent
commit
168399ae0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-easy-image/tests/manual/easyimage.js

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

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