[Lada-commits] [PATCH 06 of 13] Added MKommentare store. Some cleanup

Wald Commits scm-commit at wald.intevation.org
Wed Jul 3 16:09:22 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1372852980 -7200
# Node ID 15318541e568807aafa672036e248dcf4a36595d
# Parent  5eb0cfac0e30391537a50edc988c3faa212d3a49
Added MKommentare store. Some cleanup.

diff -r 5eb0cfac0e30 -r 15318541e568 app/controller/Messungen.js
--- a/app/controller/Messungen.js	Wed Jul 03 14:02:35 2013 +0200
+++ b/app/controller/Messungen.js	Wed Jul 03 14:03:00 2013 +0200
@@ -1,10 +1,8 @@
 Ext.define('Lada.controller.Messungen', {
     extend: 'Ext.app.Controller',
     stores: [
-        'Messungen'
-    ],
-    models: [
-        'Zusatzwert'
+        'Messungen',
+        'MKommentare'
     ],
     init: function() {
         console.log('Initialising the Messungen controller');


More information about the Lada-commits mailing list