changeset 2574:5e6efb5a6b84

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 28 Jan 2024 02:32:53 +0200
parents 397f8c487cf2
children 9d147f7d809c
files src/tooltip.js src/util.js
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/tooltip.js	Sun Jan 28 02:32:46 2024 +0200
+++ b/src/tooltip.js	Sun Jan 28 02:32:53 2024 +0200
@@ -5,8 +5,7 @@
 //
 var mapTipPrev = null;
 var mapTipItem = null;
-var mapTipXC = 0;
-var mapTipYC = 0;
+var mapTipXC = 0, mapTipYC = 0;
 
 
 function mapGetWindowSize()
--- a/src/util.js	Sun Jan 28 02:32:46 2024 +0200
+++ b/src/util.js	Sun Jan 28 02:32:53 2024 +0200
@@ -3,7 +3,6 @@
 // Programmed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
 // (C) Copyright 2007-2024 Tecnic Software productions (TNSP)
 //
-
 var mapElem = null;
 var mapDragEnable = false, mapDragGoing = false;
 var mapDragPos = { x: 0, y: 0, mx: 0, my: 0 };