Mercurial > lada > lada-client
view app/store/Messwerte.js @ 471:dd2b468dc1c2
Added hints on installation
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 14 Jan 2014 15:45:28 +0100 |
parents | 39297b8e5ba2 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Messwerte */ Ext.define('Lada.store.Messwerte', { extend: 'Ext.data.Store', model: 'Lada.model.Messwert' });