Fix: move let definition into one line
This commit is contained in:
parent
e0bd991482
commit
f70cf01155
|
@ -10,11 +10,7 @@ function createAppliesToLineWidget(cm) {
|
|||
];
|
||||
const THROTTLE_DELAY = 400;
|
||||
let widgets = [];
|
||||
let timer;
|
||||
let fromLine;
|
||||
let toLine;
|
||||
let style;
|
||||
let isInit;
|
||||
let timer, fromLine, toLine, style, isInit;
|
||||
|
||||
return {toggle};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user