changeset 1359:49efc1cc0eac

Remove trailing whitespace.
author Tom Gottfried <tom@intevation.de>
date Tue, 07 Feb 2017 18:50:32 +0100
parents 2e462c5334f1
children d1dce50fa9a6
files app/controller/form/Messprogramm.js app/controller/form/Ortserstellung.js app/controller/form/Probe.js app/store/DatensatzErzeuger.js app/store/MessprogrammKategorie.js app/store/Messungen.js app/store/Messwerte.js app/store/Ortszuordnung.js app/store/Proben.js app/store/Probenehmer.js app/store/Probenzusatzwerte.js
diffstat 11 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/app/controller/form/Messprogramm.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/controller/form/Messprogramm.js	Tue Feb 07 18:50:32 2017 +0100
@@ -316,7 +316,7 @@
         if ( (desk.layer === 0 ) && (records[0].get('sn') === 0) ){
             mediatext.setValue('');
         } else {
-            if ( current[1] === '01') { 
+            if ( current[1] === '01') {
                 if ( (current[4] !== '00') && (desk.layer === 3) ) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[3] !== '00') && (desk.layer === 2) ) {
@@ -325,15 +325,15 @@
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
 
-            if ( current[1] !== '01') { 
+            if ( current[1] !== '01') {
                 if ((current[2] !== '00') && (desk.layer === 1 )) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ((current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
         }
     },
--- a/app/controller/form/Ortserstellung.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/controller/form/Ortserstellung.js	Tue Feb 07 18:50:32 2017 +0100
@@ -143,7 +143,7 @@
             panel.down('button[action=revert]').setDisabled(true);
         }
         if (form.isValid()) {
-            //one of three conditions must apply, the first one depending 
+            //one of three conditions must apply, the first one depending
             // on three fields
             if (
                 (form.findField('kdaId').getValue()
--- a/app/controller/form/Probe.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/controller/form/Probe.js	Tue Feb 07 18:50:32 2017 +0100
@@ -277,7 +277,7 @@
         if ( (desk.layer === 0 ) && (records[0].get('sn') === 0) ){
             mediatext.setValue('');
         } else {
-            if ( current[1] === '01') { 
+            if ( current[1] === '01') {
                 if ( (current[4] !== '00') && (desk.layer === 3) ) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[3] !== '00') && (desk.layer === 2) ) {
@@ -286,15 +286,15 @@
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ( (current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
 
-            if ( current[1] !== '01') { 
+            if ( current[1] !== '01') {
                 if ((current[2] !== '00') && (desk.layer === 1 )) {
                     mediatext.setValue(records[0].data.beschreibung);
                 } else if ((current[1] !== '00') && (desk.layer === 0 )) {
                     mediatext.setValue(records[0].data.beschreibung);
-                } 
+                }
             }
         }
     },
--- a/app/store/DatensatzErzeuger.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/DatensatzErzeuger.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
--- a/app/store/MessprogrammKategorie.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/MessprogrammKategorie.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
--- a/app/store/Messungen.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Messungen.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
--- a/app/store/Messwerte.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Messwerte.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
--- a/app/store/Ortszuordnung.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Ortszuordnung.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
--- a/app/store/Proben.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Proben.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
--- a/app/store/Probenehmer.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Probenehmer.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**
--- a/app/store/Probenzusatzwerte.js	Tue Feb 07 18:31:58 2017 +0100
+++ b/app/store/Probenzusatzwerte.js	Tue Feb 07 18:50:32 2017 +0100
@@ -3,7 +3,7 @@
  *
  * This file is Free Software under the GNU GPL (v>=3)
  * and comes with ABSOLUTELY NO WARRANTY! Check out
- * the documentation coming with IMIS-Labordaten-Application for details. 
+ * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
 /**

http://lada.wald.intevation.org