aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-08-31 10:16:29 +0500
committerAbyss777 <abyss@fox5.ru>2016-08-31 10:16:29 +0500
commit80fc64fb46255c40729fa78e730a19cc9e5203cd (patch)
tree6da0d930f04a1db1fa0ab71d6faa03f36c5f1073 /web/app/controller/Root.js
parent08348a1ccf66803cad85116b62019e3090f07eda (diff)
downloadtrackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.gz
trackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.bz2
trackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.zip
Added other missed imports
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r--web/app/controller/Root.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 9ca7c9e40..dc759a08b 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -20,7 +20,8 @@ Ext.define('Traccar.controller.Root', {
requires: [
'Traccar.view.Login',
'Traccar.view.Main',
- 'Traccar.view.MainMobile'
+ 'Traccar.view.MainMobile',
+ 'Traccar.model.Position'
],
init: function () {