aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-06-28 22:56:56 +0500
committerAbyss777 <abyss@fox5.ru>2016-06-28 22:56:56 +0500
commitc7675d217ce740e80dc22902f536a2e790472bba (patch)
treefe458279b80d694c0847d5891142d268daf4ee41 /web
parent647071c9483daa2046d7f75c335b2763672befc6 (diff)
downloadtrackermap-server-c7675d217ce740e80dc22902f536a2e790472bba.tar.gz
trackermap-server-c7675d217ce740e80dc22902f536a2e790472bba.tar.bz2
trackermap-server-c7675d217ce740e80dc22902f536a2e790472bba.zip
Removed unused variables.
Diffstat (limited to 'web')
-rw-r--r--web/app/view/AttributesController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/AttributesController.js b/web/app/view/AttributesController.js
index cd202656f..e65d2eaa3 100644
--- a/web/app/view/AttributesController.js
+++ b/web/app/view/AttributesController.js
@@ -24,7 +24,7 @@ Ext.define('Traccar.view.AttributesController', {
],
init: function () {
- var attribute, store, record, data = [], i = 0;
+ var store, i = 0;
store = Ext.create('Traccar.store.Attributes');
store.setProxy(Ext.create('Ext.data.proxy.Memory'));
for(var propertyName in this.getView().attributes) {