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