From 777190dc64bf1ad648bf4f8dd8e937409c6cb064 Mon Sep 17 00:00:00 2001 From: Benny <66417262+ThisIsBenny@users.noreply.github.com> Date: Fri, 30 Oct 2020 20:31:30 +0100 Subject: [PATCH] Update car-location.js --- car-location/car-location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car-location/car-location.js b/car-location/car-location.js index e0ed7f0..f0b479c 100644 --- a/car-location/car-location.js +++ b/car-location/car-location.js @@ -14,7 +14,7 @@ Notice: You need a free API Key from https://developer.mapquest.com for this Wid Please add the API Key to your Widget via widget parameter. **************/ const zoomLevel = 17 -let type,iconColor, cachedParameter; +let type, iconColorPosition, iconColorUpdate, cachedParameter; ////////////////////////////////////////////////////////////////////////////////