[Lada-commits] [PATCH 3 of 5] Removed trailing commas
Wald Commits
scm-commit at wald.intevation.org
Thu Nov 12 16:15:50 CET 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1447334804 -3600
# Node ID 6e67eb947258586b7ccf28fe482f2babf5d97d3c
# Parent a2c2039bb5d906de3ef2ced48c08e184eaad8279
Removed trailing commas
diff -r a2c2039bb5d9 -r 6e67eb947258 app/view/grid/MKommentar.js
--- a/app/view/grid/MKommentar.js Thu Nov 12 14:25:07 2015 +0100
+++ b/app/view/grid/MKommentar.js Thu Nov 12 14:26:44 2015 +0100
@@ -63,7 +63,7 @@
dataIndex: 'datum',
xtype: 'datecolumn',
format: 'd.m.Y H:i',
- width: 110,
+ width: 110
}, {
header: 'Erzeuger',
dataIndex: 'erzeuger',
diff -r a2c2039bb5d9 -r 6e67eb947258 app/view/grid/PKommentar.js
--- a/app/view/grid/PKommentar.js Thu Nov 12 14:25:07 2015 +0100
+++ b/app/view/grid/PKommentar.js Thu Nov 12 14:26:44 2015 +0100
@@ -69,7 +69,7 @@
dataIndex: 'datum',
xtype: 'datecolumn',
format: 'd.m.Y H:i',
- width: 110,
+ width: 110
}, {
header: 'Erzeuger',
dataIndex: 'erzeuger',
More information about the Lada-commits
mailing list