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