Mercurial > lada > lada-client
diff app/store/StaVerwaltungseinheiten.js @ 491:850ccfe5f3c4
Code style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 23:23:32 +0100 |
parents | 6056a7fd9aa2 |
children |
line wrap: on
line diff
--- a/app/store/StaVerwaltungseinheiten.js Fri Oct 31 21:28:31 2014 +0100 +++ b/app/store/StaVerwaltungseinheiten.js Fri Oct 31 23:23:32 2014 +0100 @@ -11,7 +11,7 @@ */ Ext.define('Lada.store.StaVerwaltungseinheiten', { extend: 'Ext.data.Store', - fields: ['gemId', 'bezeichnung', 'longitude', 'latitude'], + model: 'Lada.model.StaVerwaltungseinheit', sorters: [{ property: 'bezeichnung' }],