aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/MapTypes.js')
-rw-r--r--web/app/store/MapTypes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index ef63fd92b..4d37e133d 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -17,7 +17,7 @@
Ext.define('Traccar.store.MapTypes', {
extend: 'Ext.data.Store',
fields: ['key', 'name'],
- data : [
+ data: [
{'key': 'osm', 'name': strings.map_osm},
{'key': 'bingRoad', 'name': strings.map_bing_road},
{'key': 'bingAerial', 'name': strings.map_bing_aerial}