[Lada-commits] [PATCH 16 of 56] Use ts2date function from lib.Helpers. Remove old code

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


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376054639 -7200
# Node ID 66935692f4b9f8dc82281b49250479d87ff7a964
# Parent  fe199b8828a8a8e7e8c5656dbe65e46401f0250d
Use ts2date function from lib.Helpers. Remove old code

diff -r fe199b8828a8 -r 66935692f4b9 app/model/Messwert.js
--- a/app/model/Messwert.js	Fri Aug 09 15:23:59 2013 +0200
+++ b/app/model/Messwert.js	Fri Aug 09 15:23:59 2013 +0200
@@ -3,6 +3,7 @@
  */
 Ext.define('Lada.model.Messwert', {
     extend: 'Ext.data.Model',
+    requires: ['Lada.lib.Helpers'],
         fields: [
         {name: "id"},
         {name: "messungsId", mapping:"id.messungsId"},


More information about the Lada-commits mailing list