aboutsummaryrefslogtreecommitdiff
path: root/web/app/AttributeFormatter.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-09-22 11:12:47 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-09-22 11:12:47 +1200
commitc3eb0a64c586e2bb71494fa2054ba9cea7ec3a2e (patch)
treeeb836d7a57b6f5479bd9eb4424898755a622b4c9 /web/app/AttributeFormatter.js
parent32ac45e2e96baa970eca750a706d8bc823512844 (diff)
downloadtrackermap-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.js1
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;
}
}
-
});