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
1 changed files with 1 additions and 1 deletions

View File

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