comparison app/store/StatusKombi.js @ 1217:4270da0f7d3b

Merged branch schema-update into default.
author Tom Gottfried <tom@intevation.de>
date Fri, 14 Oct 2016 18:34:19 +0200
parents
children
comparison
equal deleted inserted replaced
1216:75e5caebd392 1217:4270da0f7d3b
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU GPL (v>=3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out
6 * the documentation coming with IMIS-Labordaten-Application for details.
7 */
8
9 /**
10 * Store for Status-Kombi
11 */
12 Ext.define('Lada.store.StatusKombi', {
13 extend: 'Ext.data.Store',
14 model: 'Lada.model.StatusKombi',
15 autoLoad: false
16 });
17

http://lada.wald.intevation.org