[Lada-commits] [PATCH 2 of 2] Trailing Commas

Wald Commits scm-commit at wald.intevation.org
Thu Jul 23 09:40:14 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1437637193 -7200
# Node ID f1e964b3aad6b36f97cadce8b3d64d1d239adee3
# Parent  bfdedee65027dc7348d1377cacec5fb39653ee81
Trailing Commas

diff -r bfdedee65027 -r f1e964b3aad6 app/controller/Filter.js
--- a/app/controller/Filter.js	Thu Jul 23 09:39:33 2015 +0200
+++ b/app/controller/Filter.js	Thu Jul 23 09:39:53 2015 +0200
@@ -34,7 +34,7 @@
             // ComponentQuery documentation for more details.
             'combobox[name=filter]': {
                 // Map Select event
-                select: this.selectSql,
+                select: this.selectSql
             },
             'button[action=search]': {
                 // Map click event on Button.
diff -r bfdedee65027 -r f1e964b3aad6 app/store/MmtMessprogramm.js
--- a/app/store/MmtMessprogramm.js	Thu Jul 23 09:39:33 2015 +0200
+++ b/app/store/MmtMessprogramm.js	Thu Jul 23 09:39:53 2015 +0200
@@ -11,6 +11,5 @@
  */
 Ext.define('Lada.store.MmtMessprogramm', {
     extend: 'Ext.data.Store',
-    model: 'Lada.model.MmtMessprogramm',
+    model: 'Lada.model.MmtMessprogramm'
 });
-
diff -r bfdedee65027 -r f1e964b3aad6 app/view/form/Messung.js
--- a/app/view/form/Messung.js	Thu Jul 23 09:39:33 2015 +0200
+++ b/app/view/form/Messung.js	Thu Jul 23 09:39:53 2015 +0200
@@ -17,7 +17,7 @@
         'Lada.view.widget.base.CheckBox',
         'Lada.view.widget.Messmethode',
         'Lada.view.widget.base.TextField',
-        'Lada.view.widget.base.Datetime',
+        'Lada.view.widget.base.Datetime'
     ],
 
     model: 'Lada.model.Messung',
diff -r bfdedee65027 -r f1e964b3aad6 app/view/window/GenProbenFromMessprogramm.js
--- a/app/view/window/GenProbenFromMessprogramm.js	Thu Jul 23 09:39:33 2015 +0200
+++ b/app/view/window/GenProbenFromMessprogramm.js	Thu Jul 23 09:39:53 2015 +0200
@@ -65,7 +65,7 @@
                             title: i18n.getMsg('success'),
                             autoScroll: true,
                             msg: me.evalResponse(json),
-                            buttons: Ext.Msg.OK,
+                            buttons: Ext.Msg.OK
                         });
                         me.close();
                     },


More information about the Lada-commits mailing list