Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 4c00b91

Browse files
committed
Fix dangling comma.
1 parent 1407a62 commit 4c00b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manual/easyimage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ClassicEditor
4040
'tableRow',
4141
'mergeTableCells'
4242
]
43-
},
43+
}
4444
} )
4545
.then( editor => {
4646
window.editor = editor;

0 commit comments

Comments
 (0)