aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/CommandTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/CommandTypes.js')
-rw-r--r--web/app/store/CommandTypes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/CommandTypes.js b/web/app/store/CommandTypes.js
index 3906eb9a1..bb5a4d024 100644
--- a/web/app/store/CommandTypes.js
+++ b/web/app/store/CommandTypes.js
@@ -17,7 +17,7 @@
Ext.define('Traccar.store.CommandTypes', {
extend: 'Ext.data.Store',
fields: ['key', 'name'],
- data : [
+ data: [
{'key': 'positionStop', 'name': strings.command_position_stop},
{'key': 'positionFix', 'name': strings.command_position_fix},
{'key': 'engineStop', 'name': strings.command_engine_stop},