From 75828393fd64389be296c95bc67144b0c742cf48 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 16 Jan 2017 17:14:42 +0500 Subject: fix missed declaration --- web/app/view/MapMarkerController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/MapMarkerController.js') diff --git a/web/app/view/MapMarkerController.js b/web/app/view/MapMarkerController.js index 80a16a3..5e1861c 100644 --- a/web/app/view/MapMarkerController.js +++ b/web/app/view/MapMarkerController.js @@ -173,7 +173,7 @@ Ext.define('Traccar.view.MapMarkerController', { }, updateAccuracy: function (position) { - var center, feature, mapView, projection, pointResolution; + var center, radius, feature, mapView, projection, pointResolution; mapView = this.getView().getMapView(); feature = this.accuracyCircles[position.get('deviceId')]; -- cgit v1.2.3