Mercurial > lada > lada-client
comparison app/store/Staaten.js @ 422:f9bb1ecf6462
Removed trailing commas.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:01:35 +0100 |
parents | 39297b8e5ba2 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
421:f06a882ab776 | 422:f9bb1ecf6462 |
---|---|
2 * Store for Staaten | 2 * Store for Staaten |
3 */ | 3 */ |
4 Ext.define('Lada.store.Staaten', { | 4 Ext.define('Lada.store.Staaten', { |
5 extend: 'Ext.data.Store', | 5 extend: 'Ext.data.Store', |
6 sorters: [{ | 6 sorters: [{ |
7 property: 'staat', | 7 property: 'staat' |
8 }], | 8 }], |
9 model: 'Lada.model.Staat', | 9 model: 'Lada.model.Staat', |
10 autoLoad: true, | 10 autoLoad: true, |
11 proxy: { | 11 proxy: { |
12 type: 'ajax', | 12 type: 'ajax', |