diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-22 11:12:47 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-22 11:12:47 +1200 |
commit | c3eb0a64c586e2bb71494fa2054ba9cea7ec3a2e (patch) | |
tree | eb836d7a57b6f5479bd9eb4424898755a622b4c9 /web/app/AttributeFormatter.js | |
parent | 32ac45e2e96baa970eca750a706d8bc823512844 (diff) | |
download | trackermap-server-c3eb0a64c586e2bb71494fa2054ba9cea7ec3a2e.tar.gz trackermap-server-c3eb0a64c586e2bb71494fa2054ba9cea7ec3a2e.tar.bz2 trackermap-server-c3eb0a64c586e2bb71494fa2054ba9cea7ec3a2e.zip |
Move server decoding to application
Diffstat (limited to 'web/app/AttributeFormatter.js')
-rw-r--r-- | web/app/AttributeFormatter.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/app/AttributeFormatter.js b/web/app/AttributeFormatter.js index ba77c2072..2e61dd8c2 100644 --- a/web/app/AttributeFormatter.js +++ b/web/app/AttributeFormatter.js @@ -58,5 +58,4 @@ Ext.define('Traccar.AttributeFormatter', { return this.defaultFormatter; } } - }); |