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

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents cdef828f8049
children debfcc7713e3
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
1 var mstStore = Ext.create('Ext.data.Store', { 1 var mstStore = Ext.create('Ext.data.Store', {
2 fields: ['mstId', 'messStelle'], 2 fields: ['mstId', 'messStelle'],
3 sorters: [{ 3 sorters: [{
4 property: 'messStelle', 4 property: 'messStelle'
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