Mercurial > lada > lada-client
view app/store/Kommentare.js @ 142:dee9da79f055
Added function to model with return the beschreibung of the messeinheit of a
given Probenzusatzwert by pzsId.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 28 Jun 2013 11:15:39 +0200 |
parents | 133fa41d3fe8 |
children | 39297b8e5ba2 |
line wrap: on
line source
Ext.define('Lada.store.Kommentare', { extend: 'Ext.data.Store', model: 'Lada.model.Kommentar' });