view app/store/Status.js @ 405:85238577adc9

Show warnings when saving a new Probe.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 12 Sep 2013 12:31:27 +0200
parents cec9fe8d0000
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Status
 */
Ext.define('Lada.store.Status', {
    extend: 'Ext.data.Store',
    autoLoad: true,
    model: 'Lada.model.Status'
});

http://lada.wald.intevation.org