# HG changeset patch # User Torsten Irländer # Date 1367311724 -7200 # Node ID 21d7b63f8783bcd926b5bc79d86ec090250f323e # Parent 12a65c2c5dbf6013a9d52e15e94617b3ac392f67 Do not autocreate a viewport as automatic loading of the Viewport.js fiel seems not to work anyway. diff -r 12a65c2c5dbf -r 21d7b63f8783 app.js --- 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');