aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MapMarkerController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-01-16 17:14:42 +0500
committerAbyss777 <abyss@fox5.ru>2017-01-16 17:14:42 +0500
commit75828393fd64389be296c95bc67144b0c742cf48 (patch)
tree49828903f03061e2f72fc35130055927c8a346fc /web/app/view/MapMarkerController.js
parentf14608fb8a198ed6ac91df10e5dc976263dcee93 (diff)
downloadetbsa-traccar-web-75828393fd64389be296c95bc67144b0c742cf48.tar.gz
etbsa-traccar-web-75828393fd64389be296c95bc67144b0c742cf48.tar.bz2
etbsa-traccar-web-75828393fd64389be296c95bc67144b0c742cf48.zip
fix missed declaration
Diffstat (limited to 'web/app/view/MapMarkerController.js')
-rw-r--r--web/app/view/MapMarkerController.js2
1 files changed, 1 insertions, 1 deletions
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')];