mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor
This commit is contained in:
parent
fd049c9e1f
commit
b81076224c
1 changed files with 0 additions and 2 deletions
|
|
@ -178,7 +178,6 @@ section .cm-lineWrapping {
|
|||
const aNewText = info.state.doc.toString();
|
||||
if ( aNewText === aLastText ) { return; }
|
||||
aLastText = aNewText;
|
||||
readJSON();
|
||||
process();
|
||||
}, 71);
|
||||
},
|
||||
|
|
@ -191,7 +190,6 @@ section .cm-lineWrapping {
|
|||
});
|
||||
}
|
||||
|
||||
readJSON();
|
||||
process();
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue