aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MainMobile.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 12:12:16 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 12:12:16 +1300
commit00ebfd00f204bdfbd8e66254b79c7b8814d7ee3b (patch)
tree002bf979f90b14f1323900ca9656606113b523fc /web/app/view/MainMobile.js
parent8460acbc69ab19f35fd5079ab615ea11a6a09675 (diff)
downloadtrackermap-server-00ebfd00f204bdfbd8e66254b79c7b8814d7ee3b.tar.gz
trackermap-server-00ebfd00f204bdfbd8e66254b79c7b8814d7ee3b.tar.bz2
trackermap-server-00ebfd00f204bdfbd8e66254b79c7b8814d7ee3b.zip
Move and clean up state classes
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r--web/app/view/MainMobile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js
index 310f3a872..0562edb70 100644
--- a/web/app/view/MainMobile.js
+++ b/web/app/view/MainMobile.js
@@ -20,7 +20,7 @@ Ext.define('Traccar.view.MainMobile', {
requires: [
'Traccar.view.Device',
- 'Traccar.view.state.State',
+ 'Traccar.view.State',
'Traccar.view.map.Map'
],