tom@1217: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz tom@1217: * Software engineering by Intevation GmbH tom@1217: * tom@1217: * This file is Free Software under the GNU GPL (v>=3) tom@1217: * and comes with ABSOLUTELY NO WARRANTY! Check out tom@1217: * the documentation coming with IMIS-Labordaten-Application for details. tom@1217: */ tom@1217: tom@1217: /** tom@1217: * Store for Status-Kombi tom@1217: */ tom@1217: Ext.define('Lada.store.StatusKombi', { tom@1217: extend: 'Ext.data.Store', tom@1217: model: 'Lada.model.StatusKombi', tom@1217: autoLoad: false tom@1217: }); tom@1217: