comparison app/store/Probenzusatzwerte.js @ 422:f9bb1ecf6462

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents cec9fe8d0000
children debfcc7713e3
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
2 * Store for Probenzusatzwerte 2 * Store for Probenzusatzwerte
3 */ 3 */
4 Ext.define('Lada.store.Probenzusatzwerte', { 4 Ext.define('Lada.store.Probenzusatzwerte', {
5 extend: 'Ext.data.Store', 5 extend: 'Ext.data.Store',
6 sorters: [{ 6 sorters: [{
7 property: 'beschreibung', 7 property: 'beschreibung'
8 }], 8 }],
9 autoLoad: true, 9 autoLoad: true,
10 model: 'Lada.model.Probenzusatzwert' 10 model: 'Lada.model.Probenzusatzwert'
11 }); 11 });

http://lada.wald.intevation.org