Mercurial > lada > lada-client
comparison app/store/Deskriptoren.js @ 776:da14e0f3e599
merged
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 12 May 2015 16:26:05 +0200 |
parents | 274a843caf44 |
children |
comparison
equal
deleted
inserted
replaced
775:311c39a64064 | 776:da14e0f3e599 |
---|---|
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 Datenbasis | |
11 */ | |
12 Ext.define('Lada.store.Deskriptoren', { | |
13 extend: 'Ext.data.Store', | |
14 model: 'Lada.model.Deskriptor' | |
15 }); |