Mercurial > lada > lada-client
changeset 773:882a1a13ea96
Code style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 12 May 2015 16:46:39 +0200 |
parents | a85069813d43 |
children | db85bafd383f |
files | app/view/window/Messprogramm.js |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/window/Messprogramm.js Tue May 12 16:46:17 2015 +0200 +++ b/app/view/window/Messprogramm.js Tue May 12 16:46:39 2015 +0200 @@ -78,7 +78,7 @@ autoScroll: true, items: [{ xtype: 'messprogrammform', - recordId: this.record? this.record.get('id') : null + recordId: this.record ? this.record.get('id') : null }, { //Messmethoden xtype: 'fieldset', @@ -90,13 +90,13 @@ }, items: [{ xtype: 'messmethodengrid', - recordId: this.record? this.record.get('id') : null, columnWidth: 0.5, + recordId: this.record ? this.record.get('id') : null, flex: 1 }, { xtype: 'nuklidegrid', - recordId: this.record? this.record.get('id') : null, columnWidth: 0.5, + recordId: this.record ? this.record.get('id') : null, flex: 1 }] }] @@ -152,7 +152,6 @@ }, scope: this }); - } // Create a Create Window else {