aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/SpeedUnits.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/SpeedUnits.js')
-rw-r--r--web/app/store/SpeedUnits.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/SpeedUnits.js b/web/app/store/SpeedUnits.js
index c243e52b6..00d2e1aba 100644
--- a/web/app/store/SpeedUnits.js
+++ b/web/app/store/SpeedUnits.js
@@ -28,7 +28,7 @@ Ext.define('Traccar.store.SpeedUnits', {
factor: 1.15078
}],
- formatValue: function(value, unit) {
+ formatValue: function (value, unit) {
var model;
if (unit) {
model = this.findRecord('key', unit);