view app/store/Zusatzwerte.js @ 395:bcc7546c6366

Set client and server version.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 30 Aug 2013 13:05:11 +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'
});

http://lada.wald.intevation.org