aboutsummaryrefslogtreecommitdiff
path: root/web/MainView.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-02-03 12:11:21 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-02-03 12:11:21 +1300
commit0b166ca5fc20f7b857b214209df2ce8c23eb168c (patch)
treee3fb767807c57fed490fb8967a310921217ba5a8 /web/MainView.js
parentb79c04d23c386198a5b62a9dc0f874f9c2d05d02 (diff)
downloadtrackermap-server-0b166ca5fc20f7b857b214209df2ce8c23eb168c.tar.gz
trackermap-server-0b166ca5fc20f7b857b214209df2ce8c23eb168c.tar.bz2
trackermap-server-0b166ca5fc20f7b857b214209df2ce8c23eb168c.zip
Use static Ext classes
Diffstat (limited to 'web/MainView.js')
-rw-r--r--web/MainView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/MainView.js b/web/MainView.js
index 3aaeb1ef4..e736b82b8 100644
--- a/web/MainView.js
+++ b/web/MainView.js
@@ -32,7 +32,7 @@ Ext.define('MainView', {
items: [{
region:'west',
xtype: 'device-view',
- width: styles.device_width
+ width: Styles.device_width
}, {
region: 'center',
xtype: 'map-view',