From dc76207257da485eeb4887202335c24e46d90263 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 20 May 2015 22:37:34 +1200 Subject: Add report controller events --- web/app/view/map/Map.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/app/view/map/Map.js') diff --git a/web/app/view/map/Map.js b/web/app/view/map/Map.js index 38ec00447..a43df40e1 100644 --- a/web/app/view/map/Map.js +++ b/web/app/view/map/Map.js @@ -18,6 +18,12 @@ Ext.define('Traccar.view.map.Map', { extend: 'Ext.form.Panel', xtype: 'map-view', + requires: [ + 'Traccar.view.map.MapController' + ], + + controller: 'map', + title: strings.map_title, layout: 'fit', -- cgit v1.2.3