changeset 1377:9cac9eb1365f

fix sencha parse warnings
author Michael Stanko <mstanko@bfs.de>
date Tue, 14 Feb 2017 08:49:19 +0100
parents cd51645b79d5
children 0b2d6db2be7e
files app/controller/form/Ortserstellung.js app/view/form/Ortszuordnung.js app/view/panel/Map.js app/view/window/Ortszuordnung.js
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/app/controller/form/Ortserstellung.js	Thu Feb 09 14:20:24 2017 +0100
+++ b/app/controller/form/Ortserstellung.js	Tue Feb 14 08:49:19 2017 +0100
@@ -41,7 +41,7 @@
             'ortserstellungsform': {
                 validitychange: this.checkCommitEnabled,
                 dirtychange: this.checkCommitEnabled
-            },
+            }
         });
     },
 
--- a/app/view/form/Ortszuordnung.js	Thu Feb 09 14:20:24 2017 +0100
+++ b/app/view/form/Ortszuordnung.js	Tue Feb 14 08:49:19 2017 +0100
@@ -101,7 +101,7 @@
                                 editable: true,
                                 name: 'ortszuordnungTyp',
                                 disableKeyFilter: true,
-                                fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszuordnungtyp'),
+                                fieldLabel: i18n.getMsg('ortszuordnung.form.field.ortszuordnungtyp')
                             }, {
                                 // this field is hidden because the user doesn't
                                 // need to know the internal ortID
--- a/app/view/panel/Map.js	Thu Feb 09 14:20:24 2017 +0100
+++ b/app/view/panel/Map.js	Tue Feb 14 08:49:19 2017 +0100
@@ -54,7 +54,7 @@
                     displayInLayerSwitcher: false,
                     type: 'png',
                     visibility: true,
-                    projection: 'EPSG:3857',
+                    projection: 'EPSG:3857'
                 })
         ];
         this.map = new OpenLayers.Map('map_' + id, {
--- a/app/view/window/Ortszuordnung.js	Thu Feb 09 14:20:24 2017 +0100
+++ b/app/view/window/Ortszuordnung.js	Tue Feb 14 08:49:19 2017 +0100
@@ -141,7 +141,7 @@
                         name: 'search',
                         labelWidth: 50,
                         enableKeyEvents: true,
-                        fieldLabel: i18n.getMsg('ortszuordnung.ortsuche'),
+                        fieldLabel: i18n.getMsg('ortszuordnung.ortsuche')
                     }, '->', {
                         text: i18n.getMsg('orte.new'),
                         icon: 'resources/img/list-add.png',

http://lada.wald.intevation.org