Mercurial > lada > lada-client
view app/store/ProbenList.js @ 439:1fc4407c6c83 0.9
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 02 Dec 2013 15:02:53 +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' });