[Lada-commits] [PATCH 39 of 56] Added docstring

Wald Commits scm-commit at wald.intevation.org
Tue Aug 13 09:54:05 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376373933 -7200
# Node ID 83db862d0f3fe9e5ed9e50ad92b2235a712a2fc3
# Parent  49a42c7f1d1f17f65a117ba364f2b702dac1d206
Added docstring

diff -r 49a42c7f1d1f -r 83db862d0f3f app/model/Zusatzwert.js
--- a/app/model/Zusatzwert.js	Tue Aug 13 08:05:33 2013 +0200
+++ b/app/model/Zusatzwert.js	Tue Aug 13 08:05:33 2013 +0200
@@ -1,3 +1,6 @@
+/**
+ * Model class for Zusatzwerte
+ */
 Ext.define('Lada.model.Zusatzwert', {
     extend: 'Ext.data.Model',
     requires: ['Lada.lib.Helpers'],


More information about the Lada-commits mailing list