aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Command.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 11:22:56 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 11:22:56 +1200
commit2fa0652494c511a87516fd71e363600b3ef0a1a6 (patch)
tree72d5e00c392723d96ab99b4319e798345637c799 /web/app/model/Command.js
parent6fd0757a88aa708a2179c9207b110692c2e39918 (diff)
downloadtrackermap-server-2fa0652494c511a87516fd71e363600b3ef0a1a6.tar.gz
trackermap-server-2fa0652494c511a87516fd71e363600b3ef0a1a6.tar.bz2
trackermap-server-2fa0652494c511a87516fd71e363600b3ef0a1a6.zip
Change model classes formatting
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'
+ }]
});