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