comparison app/view/widgets/Messmethode.js @ 422:f9bb1ecf6462

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents cdef828f8049
children a122424f2f0f
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
1 var mmtStore = Ext.create('Ext.data.Store', { 1 var mmtStore = Ext.create('Ext.data.Store', {
2 fields: ['mmtId', 'messmethhode'], 2 fields: ['mmtId', 'messmethhode'],
3 sorters: [{ 3 sorters: [{
4 property: 'mmtId', 4 property: 'mmtId'
5 }], 5 }],
6 autoLoad: true, 6 autoLoad: true,
7 proxy: { 7 proxy: {
8 type: 'ajax', 8 type: 'ajax',
9 api: { 9 api: {

http://lada.wald.intevation.org