change more indents to tab

This commit is contained in:
byronbest 2019-12-05 17:13:17 -08:00 committed by GitHub
parent 1a0ba50c4a
commit 0878bd2ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1125,8 +1125,8 @@ function refreshHighlighted() {
} }
x = x + 20; x = x + 20;
y = y + 60; y = y + 60;
var w = infoBox.outerWidth() + 20; var w = infoBox.outerWidth() + 20;
var h = infoBox.outerHeight(); var h = infoBox.outerHeight();
if (x > mapCanvas.width() - w) { if (x > mapCanvas.width() - w) {
x -= w + 20; x -= w + 20;
} }