Mercurial > lada > lada-client
view app/store/Messwerte.js @ 1428:2d978fdbafcc
Add missing i18n-String for import response.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 06 Apr 2017 17:24:16 +0200 |
parents | 49efc1cc0eac |
children |
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz * Software engineering by Intevation GmbH * * This file is Free Software under the GNU GPL (v>=3) * and comes with ABSOLUTELY NO WARRANTY! Check out * the documentation coming with IMIS-Labordaten-Application for details. */ /** * Store for Messwerte */ Ext.define('Lada.store.Messwerte', { extend: 'Ext.data.Store', model: 'Lada.model.Messwert' });