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