[Lada-commits] [PATCH 2 of 2] Code style
Wald Commits
scm-commit at wald.intevation.org
Tue May 12 16:46:47 CEST 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1431441999 -7200
# Node ID 882a1a13ea969e28a63ad9ab747ed5a936833ca7
# Parent a85069813d43a243767ef9e08af6b6a371781a95
Code style.
diff -r a85069813d43 -r 882a1a13ea96 app/view/window/Messprogramm.js
--- 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 {
More information about the Lada-commits
mailing list