Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/store/Probenzusatzwerte.js Thu Nov 07 11:59:40 2013 +0100 +++ b/app/store/Probenzusatzwerte.js Thu Nov 07 12:01:35 2013 +0100 @@ -4,7 +4,7 @@ Ext.define('Lada.store.Probenzusatzwerte', { extend: 'Ext.data.Store', sorters: [{ - property: 'beschreibung', + property: 'beschreibung' }], autoLoad: true, model: 'Lada.model.Probenzusatzwert'