aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/map/MapMarkerController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/map/MapMarkerController.js')
-rw-r--r--web/app/view/map/MapMarkerController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js
index 2ef4c3a..15b1aec 100644
--- a/web/app/view/map/MapMarkerController.js
+++ b/web/app/view/map/MapMarkerController.js
@@ -107,11 +107,11 @@ Ext.define('Traccar.view.map.MapMarkerController', {
image: new ol.style.Circle({
radius: 6,
fill: new ol.style.Fill({
- color: '#3399CC',
+ color: '#3399CC'
}),
stroke: new ol.style.Stroke({
color: '#fff',
- width: 2,
+ width: 2
})
})
}));