From 0b166ca5fc20f7b857b214209df2ce8c23eb168c Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 3 Feb 2015 12:11:21 +1300 Subject: Use static Ext classes --- web/Application.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/Application.js') diff --git a/web/Application.js b/web/Application.js index 12ece2e51..a1794770a 100644 --- a/web/Application.js +++ b/web/Application.js @@ -17,6 +17,8 @@ Ext.application({ name: 'Traccar', requires: [ + 'Strings', + 'Styles', 'Login', 'MainView' ], -- cgit v1.2.3