Mercurial > lada > lada-client
diff app.js @ 491:850ccfe5f3c4
Code style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 23:23:32 +0100 |
parents | 32ccce3b62a9 |
children | d07e5086a64b |
line wrap: on
line diff
--- a/app.js Fri Oct 31 21:28:31 2014 +0100 +++ b/app.js Fri Oct 31 23:23:32 2014 +0100 @@ -24,7 +24,11 @@ // 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', 'Lada.lib.Helpers', 'Ext.layout.container.Column'], + requires: [ + 'Ext.i18n.Bundle', + 'Lada.lib.Helpers', + 'Ext.layout.container.Column' + ], bundle: { bundle: 'Lada', lang: 'de-DE', @@ -61,7 +65,8 @@ if(this.writeEverything || record.writeEverything){ console.log('getRecordData', this,arguments); return record.getAllData(); - } else { + } + else { return this.callOverridden(arguments); } }