Mercurial > lada > lada-client
view app/store/Status.js @ 463:e18b170b34bc
Improved Import Dialog.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 09 Jan 2014 11:00:09 +0100 |
parents | cec9fe8d0000 |
children | debfcc7713e3 |
line wrap: on
line source
/** * Store for Status */ Ext.define('Lada.store.Status', { extend: 'Ext.data.Store', autoLoad: true, model: 'Lada.model.Status' });