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