aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-01-31 21:42:22 -0800
committerAnton Tananaev <anton.tananaev@gmail.com>2020-01-31 21:42:22 -0800
commit5549ec84fc341b1ea076720e4d18a709573f9ada (patch)
treeb8d5a6a5543e1ffa04ba0188660faeede4111984 /web
parent5a115dbbb249d4b38822cce053698fb12225663c (diff)
downloadetbsa-traccar-web-5549ec84fc341b1ea076720e4d18a709573f9ada.tar.gz
etbsa-traccar-web-5549ec84fc341b1ea076720e4d18a709573f9ada.tar.bz2
etbsa-traccar-web-5549ec84fc341b1ea076720e4d18a709573f9ada.zip
Fix lint warning
Diffstat (limited to 'web')
-rw-r--r--web/app/view/map/MapMarkerController.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js
index 64efdee..785fcc6 100644
--- a/web/app/view/map/MapMarkerController.js
+++ b/web/app/view/map/MapMarkerController.js
@@ -243,8 +243,7 @@ Ext.define('Traccar.view.map.MapMarkerController', {
},
updateAccuracy: function (position, device) {
- var center, radius, feature, mapView;
- mapView = this.getView().getMapView();
+ var center, radius, feature;
feature = this.accuracyCircles[position.get('deviceId')];
if (position.get('accuracy')) {