Mercurial > lada > lada-client
comparison app/store/Verwaltungseinheiten.js @ 422:f9bb1ecf6462
Removed trailing commas.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:01:35 +0100 |
parents | eeeaea114249 |
children | 2375e7247523 |
comparison
equal
deleted
inserted
replaced
421:f06a882ab776 | 422:f9bb1ecf6462 |
---|---|
3 */ | 3 */ |
4 Ext.define('Lada.store.Verwaltungseinheiten', { | 4 Ext.define('Lada.store.Verwaltungseinheiten', { |
5 extend: 'Ext.data.Store', | 5 extend: 'Ext.data.Store', |
6 fields: ['gemId', 'bezeichnung'], | 6 fields: ['gemId', 'bezeichnung'], |
7 sorters: [{ | 7 sorters: [{ |
8 property: 'bezeichnung', | 8 property: 'bezeichnung' |
9 }], | 9 }], |
10 autoLoad: false, | 10 autoLoad: false, |
11 proxy: { | 11 proxy: { |
12 type: 'ajax', | 12 type: 'ajax', |
13 api: { | 13 api: { |