# HG changeset patch # User Torsten Irländer # Date 1371802509 -7200 # Node ID f2579cadaee8a3d9a5f9342bb8b7368fed9a8ff1 # Parent 5ef91e9ac7b121ba0982eed461c4537e1e96e9f2 Formatting diff -r 5ef91e9ac7b1 -r f2579cadaee8 app.js --- a/app.js Fri Jun 21 10:08:19 2013 +0200 +++ b/app.js Fri Jun 21 10:15:09 2013 +0200 @@ -1,5 +1,9 @@ Ext.application({ + + // Name of the application. Do not change as this name is used in + // references! name: 'Lada', + // Setting up translations. This is done using a ext-plgin which can be // found on https://github.com/elmasse/Ext.i18n.Bundle requires: ['Ext.i18n.Bundle'], @@ -9,11 +13,11 @@ path: 'resources', noCache: true }, + // Setting this variable to true triggers loading the Viewport.js // file which sets ob the viewport. autoCreateViewport: true, - // Start the application. launch: function() { console.log('Launching the application');