Mercurial > lada > lada-client
view app/store/Messungen.js @ 447:12231f31c112
Apply new workflow in orte dialog.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 05 Dec 2013 09:57:57 +0100 |
parents | 39297b8e5ba2 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Messungen */ Ext.define('Lada.store.Messungen', { extend: 'Ext.data.Store', model: 'Lada.model.Messung' });