[Lada-commits] [PATCH] fix sencha parse warnings
Wald Commits
scm-commit at wald.intevation.org
Tue Feb 14 08:49:23 CET 2017
# HG changeset patch
# User Michael Stanko <mstanko at bfs.de>
# Date 1487058559 -3600
# Node ID 9cac9eb1365fc2a146f8d58a6d8efb30de303166
# Parent cd51645b79d573e00feb5a15839241b49754d15e
fix sencha parse warnings
diff -r cd51645b79d5 -r 9cac9eb1365f app/controller/form/Ortserstellung.js
--- 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
- },
+ }
});
},
diff -r cd51645b79d5 -r 9cac9eb1365f app/view/form/Ortszuordnung.js
--- 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
diff -r cd51645b79d5 -r 9cac9eb1365f app/view/panel/Map.js
--- 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, {
diff -r cd51645b79d5 -r 9cac9eb1365f app/view/window/Ortszuordnung.js
--- 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',
More information about the Lada-commits
mailing list