Mercurial > lada > lada-client
comparison app/store/Messprogramm.js @ 746:f99f23ffeb73
Renamed Messprogramm (caps)
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 24 Apr 2015 15:41:14 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
745:df684c3d4a7c | 746:f99f23ffeb73 |
---|---|
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 Messprogramm | |
11 */ | |
12 Ext.define('Lada.store.Messprogramm', { | |
13 extend: 'Ext.data.Store', | |
14 model: 'Lada.model.Messprogramm' | |
15 }); | |
16 |