Mercurial > lada > lada-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
490:446e99cfd425 | 491:850ccfe5f3c4 |
---|---|
9 /** | 9 /** |
10 * Store for Verwaltungseinheiten | 10 * Store for Verwaltungseinheiten |
11 */ | 11 */ |
12 Ext.define('Lada.store.StaVerwaltungseinheiten', { | 12 Ext.define('Lada.store.StaVerwaltungseinheiten', { |
13 extend: 'Ext.data.Store', | 13 extend: 'Ext.data.Store', |
14 fields: ['gemId', 'bezeichnung', 'longitude', 'latitude'], | 14 model: 'Lada.model.StaVerwaltungseinheit', |
15 sorters: [{ | 15 sorters: [{ |
16 property: 'bezeichnung' | 16 property: 'bezeichnung' |
17 }], | 17 }], |
18 autoLoad: true, | 18 autoLoad: true, |
19 proxy: { | 19 proxy: { |