Mercurial > lada > lada-client
view app/store/Zusatzwerte.js @ 415:65688621c727
Do not autoload the large Verwaltungseinheiten store.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 09 Oct 2013 10:12:49 +0200 |
parents | cec9fe8d0000 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Zusatzwerte */ Ext.define('Lada.store.Zusatzwerte', { extend: 'Ext.data.Store', autoLoad: true, model: 'Lada.model.Zusatzwert' });