Mercurial > lada > lada-client
view app/store/Uwb.js @ 83:8525e3525538
Move parsing the response in a seperate function.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 11 Jun 2013 11:17:33 +0200 |
parents | a35119566841 |
children | ab067fdb91b5 |
line wrap: on
line source
Ext.define('Lada.store.Uwb', { extend: 'Ext.data.Store', fields: ['umwId'], proxy: { type: 'ajax', api: { read: 'server/rest/uwb' }, reader: { type: 'json' } } });