changeset 10:21d7b63f8783

Do not autocreate a viewport as automatic loading of the Viewport.js fiel seems not to work anyway.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 30 Apr 2013 10:48:44 +0200
parents 12a65c2c5dbf
children 06da8faa2806
files app.js
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app.js	Tue Apr 30 10:48:09 2013 +0200
+++ b/app.js	Tue Apr 30 10:48:44 2013 +0200
@@ -1,6 +1,8 @@
 Ext.application({
     name: 'Lada',
-    autoCreateViewprt: true,
+    // Setting this variable to true should trigger loading the Viewport.js
+    // file which sets ob the viewport. But this does not happen.
+    autoCreateViewprt: false,
     launch: function() {
         // Start the application.
         console.log('Launching the application');

http://lada.wald.intevation.org