Mercurial > lada > lada-client
comparison app/store/MmtMessprogramm.js @ 745:df684c3d4a7c
Added Messprogramme Store and Model
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 24 Apr 2015 11:03:18 +0200 |
parents | |
children | b8502964f5c3 |
comparison
equal
deleted
inserted
replaced
744:4381a32d874f | 745:df684c3d4a7c |
---|---|
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 MmtMessprogramm | |
11 */ | |
12 Ext.define('Lada.store.MmtMessprogramm', { | |
13 extend: 'Ext.data.Store', | |
14 model: 'Lada.model.MmtMessprogramm' | |
15 }); | |
16 |