diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-28 22:56:56 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-28 22:56:56 +0500 |
commit | c7675d217ce740e80dc22902f536a2e790472bba (patch) | |
tree | fe458279b80d694c0847d5891142d268daf4ee41 /web/app/view | |
parent | 647071c9483daa2046d7f75c335b2763672befc6 (diff) | |
download | trackermap-server-c7675d217ce740e80dc22902f536a2e790472bba.tar.gz trackermap-server-c7675d217ce740e80dc22902f536a2e790472bba.tar.bz2 trackermap-server-c7675d217ce740e80dc22902f536a2e790472bba.zip |
Removed unused variables.
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/AttributesController.js | 2 |
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) { |