view app/store/ProbenList.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 832e3c8f9191
children debfcc7713e3
line wrap: on
line source
/**
 * Store for Proben
 */
Ext.define('Lada.store.ProbenList', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.ProbeList'
});

http://lada.wald.intevation.org