Mercurial > lada > lada-client
changeset 163:15318541e568
Added MKommentare store. Some cleanup.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 03 Jul 2013 14:03:00 +0200 |
parents | 5eb0cfac0e30 |
children | 767300b2c70f |
files | app/controller/Messungen.js |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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');