From b2ccb23a541d5d927696385bdf96beb7f99348b2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 1 Jun 2015 12:22:18 +1200 Subject: Manage server settings record --- web/app/view/map/MapController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app') 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(); }, -- cgit v1.2.3