Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/widgets/Messmethode.js Thu Nov 07 11:59:40 2013 +0100 +++ b/app/view/widgets/Messmethode.js Thu Nov 07 12:01:35 2013 +0100 @@ -1,7 +1,7 @@ var mmtStore = Ext.create('Ext.data.Store', { fields: ['mmtId', 'messmethhode'], sorters: [{ - property: 'mmtId', + property: 'mmtId' }], autoLoad: true, proxy: {