diff options
author | Abyss777 <abyss@fox5.ru> | 2017-01-16 17:14:42 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-01-16 17:14:42 +0500 |
commit | 75828393fd64389be296c95bc67144b0c742cf48 (patch) | |
tree | 49828903f03061e2f72fc35130055927c8a346fc | |
parent | f14608fb8a198ed6ac91df10e5dc976263dcee93 (diff) | |
download | trackermap-web-75828393fd64389be296c95bc67144b0c742cf48.tar.gz trackermap-web-75828393fd64389be296c95bc67144b0c742cf48.tar.bz2 trackermap-web-75828393fd64389be296c95bc67144b0c742cf48.zip |
fix missed declaration
-rw-r--r-- | web/app/view/MapMarkerController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MapMarkerController.js b/web/app/view/MapMarkerController.js index 80a16a30..5e1861c4 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')]; |