[Lada-commits] [PATCH 4 of 6] jsduck for forms

Wald Commits scm-commit at wald.intevation.org
Thu Jul 23 17:43:17 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1437663886 -7200
# Node ID a1d72228af00988f5f13837899f65e74f587204d
# Parent  07dfcdf5b41fe8c0e07a300c97b40664b1e681fd
jsduck for forms

diff -r 07dfcdf5b41f -r a1d72228af00 app/view/form/Location.js
--- a/app/view/form/Location.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Location.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Probe
+/**
+ * Form to edit the Location of a Probe
  */
 Ext.define('Lada.view.form.Location', {
     extend: 'Ext.form.Panel',
diff -r 07dfcdf5b41f -r a1d72228af00 app/view/form/Messprogramm.js
--- a/app/view/form/Messprogramm.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Messprogramm.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Messprogramm
+/**
+ * Form to edit a Messprogramm
  */
 Ext.define('Lada.view.form.Messprogramm', {
     extend: 'Ext.form.Panel',
diff -r 07dfcdf5b41f -r a1d72228af00 app/view/form/Messung.js
--- a/app/view/form/Messung.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Messung.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Messung
+/**
+ * Form to edit a Messung
  */
 Ext.define('Lada.view.form.Messung', {
     extend: 'Ext.form.Panel',
diff -r 07dfcdf5b41f -r a1d72228af00 app/view/form/Ort.js
--- a/app/view/form/Ort.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Ort.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,9 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Probe
+/**
+ * Form to edit a Ort of a Probe.
+ * This differs from a Location
  */
 Ext.define('Lada.view.form.Ort', {
     extend: 'Ext.form.Panel',
diff -r 07dfcdf5b41f -r a1d72228af00 app/view/form/Probe.js
--- a/app/view/form/Probe.js	Thu Jul 23 17:02:28 2015 +0200
+++ b/app/view/form/Probe.js	Thu Jul 23 17:04:46 2015 +0200
@@ -6,8 +6,8 @@
  * the documentation coming with IMIS-Labordaten-Application for details.
  */
 
-/*
- * Formular to edit a Probe
+/**
+ * Form to edit a Probe
  */
 Ext.define('Lada.view.form.Probe', {
     extend: 'Ext.form.Panel',


More information about the Lada-commits mailing list