1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

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,