remove the unnecessary \s*
This commit is contained in:
parent
a52ec181ad
commit
a6fb5a7f6b
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
function createAppliesToLineWidget(cm) {
|
function createAppliesToLineWidget(cm) {
|
||||||
const THROTTLE_DELAY = 400;
|
const THROTTLE_DELAY = 400;
|
||||||
const RX_SPACE = /(?:\s+|\s*\/\*)+/y;
|
const RX_SPACE = /(?:\s+|\/\*)+/y;
|
||||||
let TPL, EVENTS, CLICK_ROUTE;
|
let TPL, EVENTS, CLICK_ROUTE;
|
||||||
let widgets = [];
|
let widgets = [];
|
||||||
let fromLine, toLine, actualStyle;
|
let fromLine, toLine, actualStyle;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user