remove comment with erroneous information

This commit is contained in:
Raymond Hill 2018-03-16 07:49:56 -04:00
parent ea70cdee0c
commit e5eb0ac362
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -35,7 +35,7 @@ var mergeView = new CodeMirror.MergeView(
document.querySelector('.codeMirrorMergeContainer'),
{
allowEditingOriginals: true,
connect: 'align', // size of svg is not managed properly with `true`
connect: 'align',
inputStyle: 'contenteditable',
lineNumbers: true,
lineWrapping: false,