aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/ReportRoute.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/ReportRoute.js')
-rw-r--r--web/app/store/ReportRoute.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/store/ReportRoute.js b/web/app/store/ReportRoute.js
index 18e28d63d..fc96fc022 100644
--- a/web/app/store/ReportRoute.js
+++ b/web/app/store/ReportRoute.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2015- Anton Tananaev (anton.tananaev@gmail.com)
+ * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,8 +21,8 @@ Ext.define('Traccar.store.ReportRoute', {
proxy: {
type: 'rest',
url: '/api/reports/route',
- headers : {
- 'Accept' : 'application/json'
- }
+ headers: {
+ 'Accept': 'application/json'
+ }
}
});