aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Command.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Command.js')
-rw-r--r--web/app/model/Command.js14
1 files changed, 9 insertions, 5 deletions
diff --git a/web/app/model/Command.js b/web/app/model/Command.js
index 642e5d13d..45e0a6b96 100644
--- a/web/app/model/Command.js
+++ b/web/app/model/Command.js
@@ -18,9 +18,13 @@ Ext.define('Traccar.model.Command', {
extend: 'Ext.data.Model',
identifier: 'negative',
- fields: [
- { name: 'deviceId', type: 'int' },
- { name: 'type', type: 'string' },
- { name: 'other' }
- ]
+ fields: [{
+ name: 'deviceId',
+ type: 'int'
+ }, {
+ name: 'type',
+ type: 'string'
+ }, {
+ name: 'other'
+ }]
});