Fixup errant paste

This commit is contained in:
narcolepticinsomniac 2018-10-18 23:11:27 -04:00 committed by GitHub
parent 63a6098c2a
commit 2d63d931ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,7 +288,7 @@ function createAppliesToLineWidget(cm) {
if (i === -2) { if (i === -2) {
i = widgets.length - 1; i = widgets.length - 1;
} }
if (j < 0) {actualStyle if (j < 0) {
j = widgets.length; j = widgets.length;
} }