diff options
Diffstat (limited to 'web/app/view/map/MapController.js')
-rw-r--r-- | web/app/view/map/MapController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/map/MapController.js b/web/app/view/map/MapController.js index f232dbb4a..2564335c9 100644 --- a/web/app/view/map/MapController.js +++ b/web/app/view/map/MapController.js @@ -30,7 +30,7 @@ Ext.define('Traccar.view.map.MapController', { }, init: function() { - this.liveData = new Object(); + this.liveData = {}; this.update(); }, |