Mercurial > lada > lada-client
changeset 118:f2579cadaee8 tag-refactor
Formatting
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 21 Jun 2013 10:15:09 +0200 |
parents | 5ef91e9ac7b1 |
children | 1a08905b46e2 |
files | app.js |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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');