Mercurial > lada > lada-client
view app/store/ProbenList.js @ 469:9ba41a46f6e5
README added hints for installation, license etc.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 14 Jan 2014 15:08:35 +0100 |
parents | 832e3c8f9191 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Proben */ Ext.define('Lada.store.ProbenList', { extend: 'Ext.data.Store', model: 'Lada.model.ProbeList' });