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

Commit

Permalink
Fix dangling comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Feb 21, 2020
1 parent c77b3f5 commit d9479e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/pagebreak.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ClassicEditor
'tableRow',
'mergeTableCells'
]
},
}
} )
.then( editor => {
window.editor = editor;
Expand Down

0 comments on commit d9479e1

Please sign in to comment.