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